View Single Post
  #2  
Old 02-27-2008, 02:33 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
If you're not overriding the defaults (Override field on Options tab is blank), the action will invoke MSBuild to build the solution, and it's MSBuild that decides which VCBuild to invoke.

One possible workaround is to change the override field to 'devenv'. This will be closer (although still not necessarily identical) to building from the IDE.

If that doesn't help, please ZIP and send or post:
1) The info from Help | About | Install Info
2) The .bld file
3) A build log file
4) The .sln file and project files (no source code files)

Thanks.
Reply With Quote