Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
When I create any project i can understand which version of .Net I have selected.


But when I run a project from sourcesafe how can I understand which version of .Net is running for this project?

I am using visual studio 2008.
Posted
Comments
Sergey Alexandrovich Kryukov 2-Mar-14 23:52pm    
How about reading standard MSDN documentation or some Web search?
—SA

The version of .NET Framework running some assembly is defined by the target .NET version of the compilation of this assembly. During runtime, this version can be examined using this property: http://msdn.microsoft.com/en-us/library/system.reflection.assembly.imageruntimeversion%28v=vs.110%29.aspx[^].

—SA
 
Share this answer
 
Go to the Project Properties from Solution Explorer. Under Application tab, see the Target Framework.
 
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