How do I find out the current version of .NET running on my system?
-
Wednesday, March 28, 2007 12:17 AM
I want to know how to find the current version of .NET. I went into the registry and drilled down to
HKEY_LOCAL_MACHINE | software | Microsoft | Net | Framework and it showed me version 2.0.50727. Is that the version number of the .Net framework?
All Replies
-
Wednesday, March 28, 2007 2:07 AM
ya u r r8..
anyways u can also see prog files>>microsoft dot net 2003\5 >>SDK .. u wil see the version folder
else way.
HKEY_LOCAL_MACHINE | software | Microsoft | Net Framework | NDP(if in ur Pc) | version no.
-
Tuesday, April 03, 2007 9:49 AM
hi dude as simple as you see
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
-
Tuesday, April 03, 2007 2:14 PM
Open the Visual Studio SDK command prompt. It's just like the regular Windows cmd.
Go to start ==> Programs ==> Microsoft Visual Studio 2005 ==> Visual Studio Tools ==> Visual Studio 2005 Command Prompt
When you get the prompt, type in clrver and hit enter. This should give you all the .Net versions running or installed on your computer. The clrver means Common language Runtime Version.
I hope it helps you.
- Proposed As Answer by ZerdTwo Wednesday, December 08, 2010 9:23 AM
-
Friday, June 19, 2009 12:03 PMThis article will show you how to check exact version of .net http://msdn.microsoft.com/en-us/kb/kb00318785.aspx

