I have a Solution that has two class libraries. I’m trying to convert the whole solution from asp.net 3.5 to 4.
Right now the libraries are in my Visual Studio 2008 projects folder. I’ve installed VS 2010. Should I just copy the libraries from the 2008 project folder to my 2010 project folder and open them in VS 2010?
What is the best practices for this? The entire solution is in a single folder in my VS 2008 Project folder, and each application and class library is in their own subfolder.
Thank you!
Just open the sln-file from VS 2010 and VS 2010 will convert all your projects to VS 2010 automatically.
Then you need to change target framework from 3.5 to 4.0. You need to do that for each project by right-click->Properties in solution explorer and on the “Application tab” change “Target framework” to 4.0.