About 448,000 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. Is there a command line command for verifying what version of …

    However, I need to check if .NET 3.5 has been installed (before the scripts run) using a dos batch file. Is that possible? I know I can check if a file in the …

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

    Is there an official method of determining if .NET Core is installed? (And I don't mean the SDK, I want to check a server without the SDK, to determine if it has DotNetCore.1.0.0 …

  4. windows - Is there a way to determine the .NET Framework version …

    Feb 11, 2010 · The highest version number from that directory listing is the installed version. As you can see, any version includes all previous versions, so check for support of a specific …

  5. 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 …

  6. 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.

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

    May 4, 2018 · 51 To check which .NET Core Version is installed you can run one of the following commands on the command prompt.

  8. How to check ASP.NET Version loaded on a system?

    May 11, 2011 · I had same problem to find a way to check whether ASP.NET 4.5 is on the Server. Because v4.5 is in place replace to v4.0, if you look at c:\windows\Microsoft.NET\Framework, …

  9. Why am I not finding .NET Framework 4.7.2 in my system from …

    Dec 10, 2024 · When I check my Visual Studio 2017 environment, I see that I have .NET Framework 4.7.2 SDK installed in my OS environment. However, when I query from the …

  10. Get full list of .NET framework version installed - Stack Overflow

    Feb 25, 2019 · 8 I need to get the list of all framework versions that are installed in the computer, buy I need the full name, as it is in the Add/Remove programs. Like: "Microsoft .NET …