i have a project in visual studio. I want to know .net framework version of it? where can i look at?
+7
A:
It depends which version of Visual Studio:
- In 2002, all projects use .Net 1.0
- In 2003, all projects use .Net 1.1
- In 2005, all projects use .Net 2.0
- In 2008, all projects use .Net 2.0, 3.0, or 3.5; you can change the version in Project Properties
- In 2010, all projects use .Net 2.0, 3.0, 3.5, or 4.0; you can change the version in Project Properties
SLaks
2010-07-12 19:34:34
i m in 2008. but dont know which version is used by current project.
Novice Developer
2010-07-12 19:37:18
So go to Project Properties for the current project.
SLaks
2010-07-12 19:41:25
i got you. i can see version.
Novice Developer
2010-07-12 19:44:01
Then you should accept this answer by clicking the hollow check.
SLaks
2010-07-12 20:08:02
+4
A:
- VB
Project Properties -> Compiler Tab -> Advanced Compile Options button
- C#
Project Properties -> Application Tab
Jonathan Allen
2010-07-12 19:38:08