Can i develope .net 4 application with vs 2008?
Asked
Active
Viewed 101 times
2
-
4You could develop .NET 4 applications with NotePad if you wanted. You just have to compile by hand... – Justin Niessner Nov 12 '10 at 18:48
5 Answers
1
No, but you can download visual studio express which is free. That will allow you to create .Net 4.0 applications.

kemiller2002
- 113,795
- 27
- 197
- 251
0
.NET Framework 4 is quite different from previous versions, and VS2008 doesn't support this. At least for now you have to use VS2010 to target .NET Framework 4.

G-71
- 3,626
- 12
- 45
- 69
0
This has been asked before, see:
Can I (and how do I) target .net 4 with vs 2008?
So it appears you cannot. .NET 4 definitely had a beta, and I was thinking that was available for VS2008, but I guess I was mistaken and it was only available with the VS2010 beta.