View Single Post
  #4  
Old 05-23-2007, 07:11 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
You may need to define project dependencies within the solution (Project | Project Dependencies) to ensure proper build order when building from the command-line.

Otherwise, check the 'Display command-line...' checkbox on the Options tab, rebuild the step, then copy/paste the devenv command-line from the build output to a Command Prompt and run it from there. If the problem occurs outside of VBP, you'll need to open a support incident with MS. Otherwise, we'll need a reproducible case to investigate further, including:
1) The info from Help | About | Install Info
2) The .bld file used to build
3) A build log file
4) A .sln file and project files (no source code files)

Thanks.
Reply With Quote