View Single Post
  #2  
Old 05-11-2005, 09:28 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
Yes, I believe this is an MS bug rather than a VBP bug. First, the Make VS.NET action uses MSBuild by default for building VS 2005 projects. However, MSBuild doesn't support building of VS Setup projects. This is remedied by entering 'devenv' (without quotes) in the 'Override default location...' field on the Options tab, so that the action will use the devenv command-line compiler instead.

Using VS 2005 Beta 2, after creating a new Setup Project and building the .sln file in VBP with the change noted above (or via devenv directly, which VBP uses for the build part) produces output like this:

Microsoft (R) Visual Studio Version 8.0.50215.44.
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.

Package 'Visual Studio Source Control Integration Package' failed to load.

<at this point a messagebox is displayed by devenv>

---------------------------
Error
---------------------------
Unable to open project 'C:\Documents and Settings\user\My Documents\Visual Studio\Projects\Setup1\Setup1\Setup1.vdproj'.
---------------------------
OK
---------------------------
Reply With Quote