PDA

View Full Version : Upgrade to VS2010


Statler6
07-07-2010, 06:50 AM
I'm trying to upgrade 200+ VS2008 solutions to VS2010. I've created a VBP project, which has a "Make VS 2010" action for each solution with Build behavior set to Upgrade.
But all I get is:
-----------------------------------------------------------------------
Upgrading
Command: "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com" Q:\Build\450\Components\SDLIB\SRC\SdTransfer\SdTra nsfer.sln /upgrade
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com" Q:\Build\450\Components\SDLIB\SRC\SdTransfer\SdTra nsfer.sln /upgrade
Microsoft (R) Visual Studio Version 9.0.30729.1.
Copyright (C) Microsoft Corp. All rights reserved.
Information:
This project/solution does not require conversion.
-----------------------------------------------------------------------
How can I get VBP to use VS2010 instead of VS2008 for this action?

kinook
07-07-2010, 08:44 AM
This is fixed in the latest download (v7.6).

Statler6
07-07-2010, 08:53 AM
Now that was really fast! Thank you very much!