That's no problem. You need to set it for all projects in your solution,
though.
Open the project properties, select the Build tab, select "Debug" from
the Configuration and enter the path where you want to put your files in
the Output box (Right nowq it probably says "Bin\Debug", but it can just
as well be another path including drive letter and full directory path
Good luck,
Johnny J.
-----Ursprungligt meddelande-----
Från: Mr. X. [mailto:nospam@nospam_please.com]
Anslaget den: den 31 mars 2010 09:39
Anslaget i: microsoft.public.dotnet.languages.vb
Konversation: Executable program while debugging.
Ämne: Re: Executable program while debugging.
I meant :
For debugging - I want to control where the exe file of my application
will
be (and not just bin/debug).
That is for :
I have several projects in the solution, and I want them all will be
compiled to the same directory.
(Can I declare it somehow on the solution?)
Thanks
Armin Zingler said:
Am 30.03.2010 23:41, schrieb Mr. X.:
While debugging, it's already been loaded from it's location.
You can not change it while debugging.
In the project properties, you can change the output path used at compile
time.
If you want to determine the exe location by code, look at
Application.ExecutablePath