Click here to Skip to main content
15,886,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Can I use .Net Framework 4.5 with Visual Studio 2008? If yes how can I do that?
Posted
Updated 2-Nov-12 6:48am
v2

First of all, think about using .NET 3.5 — this is a very good .NET version already; and you can do development with VS2008.

What, still need 4.5 and don't want to use Express? Consider open-source alternatives:
http://en.wikipedia.org/wiki/SharpDevelop[^],
http://www.icsharpcode.net/OpenSource/SD/Default.aspx[^],
http://en.wikipedia.org/wiki/MonoDevelop[^],
http://monodevelop.com/[^].

You can develop for Linux and other platforms, too, and execute your code under Mono:
http://en.wikipedia.org/wiki/Mono_%28software%29[^],
http://www.mono-project.com/[^].

—SA
 
Share this answer
 
v2
No, you can't do that.
You can use .NET 4.5 only with Visual Studio 2012 (both VS 2012 for Windows Desktop and VS 2012 for Windows 8).

Here I've two links if you want to download VS 2012:
Download VS 2012 for Windows 8[^]
Download VS 2012 for Windows Desktop[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 2-Nov-12 18:14pm    
Right, a 5.
And also, there are open-source IDE -- please see my answer.
--SA

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