About 27,900 results
Open links in new tab
  1. How do I find the installed .NET versions? - Stack Overflow

    Oct 14, 2009 · How do I find out which version of .NET is installed? I'm looking for something as simple as java -version that I can type at the command prompt and that tells me the current …

  2. How do I detect what .NET Framework versions and service packs …

    Oct 14, 2008 · A similar question was asked here, but it was specific to .NET 3.5. Specifically, I'm looking for the following: What is the correct way to determine which .NET Framework …

  3. Is there an easy way to check the .NET Framework version?

    The long version string as well as SP subkey for each SOFTWARE\Microsoft\NET Framework Setup\NDP\<.net version> should provide this, which you can grab with the GetValue method.

  4. PowerShell script to return versions of .NET Framework on a …

    Nov 20, 2014 · 417 If you're going to use the registry you have to recurse in order to get the full version for the 4.x Framework. The earlier answers both return the root number on my system …

  5. How to determine if .NET Core is installed - Stack Overflow

    I know that for older versions of .NET, you can determine if a given version is installed by following

  6. Is there a command line command for verifying what version of …

    Microsoft .NET Framework 4 Extended 4.0.30319 C:\>wmic product where "name like 'Microsoft .N%' and version='3.5.30729'" get name Name Microsoft .NET Framework 3.5 SP1 Other than …

  7. How to find out which version of the .NET Framework an …

    Nov 28, 2008 · By finding the reference with the highest version metadata you can determine what version of the Framework that reference came from, which would indicate that you need …

  8. How to check the version of an assembly (dll)? - Stack Overflow

    Apr 21, 2015 · RIght click on the DLL go to Properties > Details. Version 1.0.0.0 Looks like its a development version of the DLL

  9. How can I find the version of .NET run-time programmatically?

    I need a solution to give me the .NET run-time version of both the full framework as well as the .NET Core. On a machine with the following .NET versions: Full: 4.7.2 Core: 2.1.104 Running:

  10. How to find ASP.Net Core version? - Stack Overflow

    May 4, 2018 · I'm using WebsitePanel and in Web Sites ==> Extensions tab, the ASP.NET version is 4 integrated pipeline. My question is that how can I figure out what version of .Net …