View Single Post
  #2  
Old 09-23-2009, 03:28 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
Some possibilities:
http://www.bokebb.com/dev/english/19...96766522.shtml
http://www.google.com/search?q=msb3073+undefined+sgen

VBP itself doesn't create or use a DevEnvDir or DevEnvVarDir environment variable (?).

It is Visual Studio (msbuild/vcbuild/devenv) that actually performs the building of a VS solution or project (and is reporting the error), not VBP itself. And building a VS project from the command-line is not identical to building in the VS IDE. If building via MSBuild does not work, you might try using devenv (enter devenv in the Override field on the Advanced tab), as this will be closer to what the IDE does when building. Even then, we have heard of situations where building from the command-line doesn't work even when building in the IDE does. You can check the Log the command-line checkbox on the Advanced tab, rebuild the step, and provide the msbuild/devenv command to MS when submitting a support incident.
Reply With Quote