VS.NET action "forgets" to build one project from solution

Hello,


I have a problem with one of my projects. It's a VS.NET solution created with VS2008. The solution consists of 3 project files with their corresponding files. One of these 3 projects is a test project and exactly this part of the solution is not built.


The same project builds fine if I start the build from VS2008 on the same machine but when running it from FB 6.2.0.1074 then the testproject will be "forgotten". I tried the build with and without MS Build. The result (missing test project assembly) remains the same.


I have no idea what the reason for that behavior might be. Any ideas?


Thanks in advance and best regards,


Gerald

Hi Gerald,

Have you selected the same configuration in both FinalBuilder and Visual Studio (i.e. Release, Debug)? If not, could you check to make sure that the project has been selected to build for the configuration being built in FinalBuilder. To do this:

- Open the solution in Visual Studio
- In the Solution Explorer, right click on the solution node and select Properties
- Select the configuration that you’re building in FinalBuilder (i.e. Debug, Release)
- Open the ‘Configuration Properties’ page and make sure that the test project is set to build.

Regards,
Paul.

Hello Paul,

I apologize that I wasted your time. I found the bug in the script file. I use a lot of variables for different directory paths and I had a mistake there (one variable pointing to the wrong path).

Sorry and thanks for your time, Gerald

No problems Glad you’ve got it sorted.