MS Visual Studio 2008 pro vs MS Visual Studio 2005
-
Hi, Can any one tell the difference between visual studio 2008 pro with MS Visual Studio 2005. I want to migrate my code from Visual studio 2005 to visual studio 2008 pro. What kind of problem i will face if i did so... Please guide me. Thank in Advance
Senthil.S A Software Engineer
-
Hi, Can any one tell the difference between visual studio 2008 pro with MS Visual Studio 2005. I want to migrate my code from Visual studio 2005 to visual studio 2008 pro. What kind of problem i will face if i did so... Please guide me. Thank in Advance
Senthil.S A Software Engineer
You can read from Microsoft msdn site http://msdn.microsoft.com/en-us/library/bb386063.aspx. if you are migrate your code to VS05 to VS08 then you have face some new problem. Like : Functions, Methods which have a new name and new definiction. Best Regard Anubhava Dimri
mailto: anubhava.prodata@gmail.com
-
You can read from Microsoft msdn site http://msdn.microsoft.com/en-us/library/bb386063.aspx. if you are migrate your code to VS05 to VS08 then you have face some new problem. Like : Functions, Methods which have a new name and new definiction. Best Regard Anubhava Dimri
mailto: anubhava.prodata@gmail.com
You will certainly not have any problems with new method names. First, VS-2008 allows you to choose which FrameWork version you want to target. Second, the 3.5 FrameWork is in fact the 2.0 FrameWork plus additional libraries - it is not a new version of the 2.0 libraries. Perhaps it is possible to have issues when migrating but I've seen none. And that is very much the opposite of what was the case when we migrated from 1.x to 2.0.