Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a visual studio solution in visual studio 2013 and I am adding my projects using target framework 4.5 but when the project added and go to its properties I found the target framework is 3.5 and there is no other frameworks.
How to add more frameworks and migrating the old projects to 4.5?
Posted

1 solution

You can open the Properties file in the Solution.

In that new page, you can look for Application tab in that tab there are settings for your project. There you can set the target framework for your application, all of the installed Frameworks would be listed there, choose from them.

For my project, this was the setting: http://s21.postimg.org/p2yt03snb/Screenshot_102.png[^] you can follow these as general example and edit yours.

Remember: .NET Framework 4.5 must be installed on your system in order to run and use that, otherwise there is no other option for you to test your application's behaviour in 4.5th version.
 
Share this answer
 
v2
Comments
Mohammad A. Amer 23-Nov-14 5:27am    
I am using Visual Studio 2013, So .NET 4.5 already installed and does't appear in the target frameworks.
Afzaal Ahmad Zeeshan 23-Nov-14 5:40am    
You might want to join these forums to get help in that case then, https://social.msdn.microsoft.com/Forums/en-US/home

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