Skip to main content

Posts

Showing posts from February, 2009

Convert Visual Studio 2005 to 2008

Normaly Visual Studio (VS) converts 2005 projects to 2008 when we try to open our 2005 projects in Visual Studio 2008. But sometimes we are getting errors... There fore we need to manually converts 2005 visual studio projects to 2008.  This is the way to update 2005 visual studio projects o 2008. Open a Visual Studio Command prompt.  CD (goto) to the folder whitc your project in it. Issue this command, subbing in your own sln file name devenv /upgrade MySoln.sln