tags:

views:

28

answers:

2

We are using Visual Studio 2008 and .Net 3.5. we can build our C# projects in build machine by using MSBuild from SDK because we don't have visual studio installed on the build machine.

Now we are trying to build the Setup project with similar settings. It looks like the MSBuild doesn't like .vDProj. any idea how can we do that?

thanks,

EDIT:

the build machine only has SDK installed, no Visual Studio installed, no other thirdparty build tool installed.

A: 

What do you have on your build machine? Are you using NANT with MSBuild/ Command line MS Build ? , did you check to make sure you have all the relevant frameworks installed on the build machine.

Please reply with some detailed information about your issue.

Kirit Chandran
A: 

Install Visual Studio on the Build machine.

FastAl