Click here to Skip to main content
16,013,489 members
Home / Discussions / C#
   

C#

 
GeneralRe: Make a Phone Call Pin
Sun Rays3-Dec-08 23:18
Sun Rays3-Dec-08 23:18 
AnswerRe: Make a Phone Call Pin
tonyjsebastian14-Dec-08 0:10
tonyjsebastian14-Dec-08 0:10 
QuestionCannot use any DLL in Windows Service! Pin
Metal763-Dec-08 21:18
Metal763-Dec-08 21:18 
AnswerRe: Cannot use any DLL in Windows Service! Pin
Mbah Dhaim3-Dec-08 21:39
Mbah Dhaim3-Dec-08 21:39 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Metal763-Dec-08 21:47
Metal763-Dec-08 21:47 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Mbah Dhaim4-Dec-08 12:02
Mbah Dhaim4-Dec-08 12:02 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Metal764-Dec-08 20:44
Metal764-Dec-08 20:44 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Metal764-Dec-08 21:03
Metal764-Dec-08 21:03 
Update to the previous message: by carefully inspecting the installation logs, I noticed that by using $(TargetPath), VS was picking a copy of my service exe from the "obj/Debug" folder, and not from the "bin/Debug" folder, which contains the results of the compilation and all the assemblies that I'm referencing!

I could not spot this earlier because I have a long path to the service exe directory, and I did not notice the fact that it contained "obj" instead of "bin"...

For the moment, I have modified the external tool arguments as:

$(BinDir)$(TargetName)$(TargetExt)

which seems to work, even if I suspect there should be a more direct way to accomplish the same task.

Regards,
Andrea
GeneralRe: Cannot use any DLL in Windows Service! Pin
Metal764-Dec-08 21:06
Metal764-Dec-08 21:06 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Mbah Dhaim4-Dec-08 21:26
Mbah Dhaim4-Dec-08 21:26 
QuestionUsing a custom control Pin
JpGreiner3-Dec-08 20:47
JpGreiner3-Dec-08 20:47 
AnswerRe: Using a custom control Pin
CodingYoshi4-Dec-08 3:20
CodingYoshi4-Dec-08 3:20 
GeneralRe: Using a custom control Pin
JpGreiner4-Dec-08 5:12
JpGreiner4-Dec-08 5:12 
AnswerRe: Using a custom control Pin
JpGreiner4-Dec-08 5:16
JpGreiner4-Dec-08 5:16 
QuestionDataGridViewComboBoxColumn and databinding? Pin
kbalias3-Dec-08 20:37
kbalias3-Dec-08 20:37 
AnswerRe: DataGridViewComboBoxColumn and databinding? Pin
CodingYoshi4-Dec-08 3:29
CodingYoshi4-Dec-08 3:29 
AnswerRe: DataGridViewComboBoxColumn and databinding? Pin
u2envy1217-Dec-08 3:01
u2envy1217-Dec-08 3:01 
QuestionDiference between Using Namespace and Namespace.Class.Method in the code.... Pin
BhuvaneswarKumar3-Dec-08 20:09
BhuvaneswarKumar3-Dec-08 20:09 
AnswerRe: Diference between Using Namespace and Namespace.Class.Method in the code.... [modified] Pin
Pedram Behroozi3-Dec-08 20:27
Pedram Behroozi3-Dec-08 20:27 
GeneralRe: Diference between Using Namespace and Namespace.Class.Method in the code.... Pin
BhuvaneswarKumar3-Dec-08 21:46
BhuvaneswarKumar3-Dec-08 21:46 
GeneralRe: Diference between Using Namespace and Namespace.Class.Method in the code.... Pin
User 66583-Dec-08 23:03
User 66583-Dec-08 23:03 
QuestionGNU make Pin
Sinol Jose3-Dec-08 20:09
Sinol Jose3-Dec-08 20:09 
AnswerRe: GNU make Pin
leppie3-Dec-08 20:29
leppie3-Dec-08 20:29 
JokeRe: GNU make Pin
Mbah Dhaim3-Dec-08 20:31
Mbah Dhaim3-Dec-08 20:31 
GeneralRe: GNU make Pin
tonyjsebastian13-Dec-08 22:00
tonyjsebastian13-Dec-08 22:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.