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!