|
-
Feb 23rd, 2008, 04:34 PM
#1
Thread Starter
Member
[2008] Working directory changed from 2005?
Hi,
I'm using VB.net Express 2008. In the 2005 version, I could set the working directory in the debug properties panel like this:
..\Build
So if my project is in c:\Projects\MyProject, the debug version is compiled in c:\Projects\Build
In 2008, I get an error message when compiling, saying that the folder does not exist. It quotes the folder as being:
c:\Projects\MyProject\bin\build
Is there a setting to change this, is it a permanent change in 2008, or a new bug?
In case you wonder why I need to specify it this way, the project is developed on more than one machine, with different paths. The build folder also contains other files generated by other applications, and so needs to be a separate path.
Thanks in advance for any help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|