Click here to Skip to main content
15,882,055 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using dot net framework (4.0) visual studio 2010 . and one of my friend gave me the project which he developed in .net framework 4.5 ( vs 2012 ) . And i am unable to open the project
. and the error i am getting is Unable to read the project file 'EssentialTools.Tests.csproj'.
one or more projects in solution is not correctly loaded ?
How can i convert .net framework 4.5 to 4.0. And i have tried to change the target version in web.config to 4.0 but still it throws error ?????
Posted
Updated 12-May-14 18:45pm
v3

VS 2012 solutions cannot be directly opened in VS 2010. One way would be create new project in VS2010 and copy code files to it. Or else, you will need to make following changes to VS 2012 solution:

1. Open Sln file and change Format Version to 11.00.
2. In app.config file, change framework version to 4.0.
3. Change target framework in project file to 4.0.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900