enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Install .NET on Windows - .NET | Microsoft Learn

    learn.microsoft.com/en-us/dotnet/core/install/windows

    To ensure that you can run all .NET apps on Windows, install both the ASP.NET Core Runtime and the .NET Desktop Runtime. The ASP.NET Core Runtime runs web-based apps, and the .NET Desktop Runtime runs desktop apps, such as a Windows Presentation Foundation (WPF) or Windows Forms app. Choose how to install .NET

  3. .NET Desktop Runtime 6 - Download - Microsoft Q&A

    learn.microsoft.com/en-us/answers/questions/944165/net-desktop-runtime-6-download

    However, that download link is hard encoded for 6.0.7 - we are trying to build a knowledge base article for our software but worried after a few weeks the link we are sending out the .NET Desktop Runtimes will be out of date and we would like them to get the latest version from us.

  4. Install .NET on Windows, Linux, and macOS | Microsoft Learn

    learn.microsoft.com/en-us/dotnet/core/install

    Learn where to download and install .NET on Windows, Linux, and macOS. Discover the dependencies required to develop, deploy, and run .NET apps.

  5. Check installed .NET versions on Windows, Linux, and macOS - .NET

    learn.microsoft.com/en-us/dotnet/core/install/how-to-detect-installed-versions

    This article teaches you how to check which versions of the .NET runtime and SDK are installed on your computer. If you have an integrated development environment, such as Visual Studio, .NET may have already been installed. Installing an SDK installs the corresponding runtime.

  6. Can't launch my app because of 'you must install .NET Desktop...

    learn.microsoft.com/en-us/answers/questions/1695224/cant-launch-my-app-because...

    Hi everyone, I'm trying to run my application I've just installed on my computer but I'm having an issue with my .NET Runtime. I've been debugging this application in Visual Studio Community 2022 v17.10.2 and it works fine when I start it through Visual…

  7. Remove the .NET runtime and SDK - .NET | Microsoft Learn

    learn.microsoft.com/en-us/dotnet/core/install/remove-runtime-sdk-versions

    If you installed .NET using a package manager, use that same package manager to uninstall the .NET SDK or runtime. .NET installations support most popular package managers. Consult the documentation for your distribution's package manager for the precise syntax in your environment: apt-get(8) is used by Debian based systems, including Ubuntu.

  8. Troubleshoot app launch failures - .NET | Microsoft Learn

    learn.microsoft.com/en-us/dotnet/core/runtime-discovery/troubleshoot-app-launch

    It relates to framework-dependent applications, which rely on a .NET installation on your machine. If you already know which .NET version you need, you can download it from .NET downloads..NET installation not found. If a .NET installation isn't found, the application fails to launch with a message similar to:

  9. dotnet-install scripts - .NET CLI | Microsoft Learn

    learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script

    preview: The monthly public releases of the next version of .NET, intended for public use. Not recommended for production use. Intended to allow users to experiment and test the new major version before release. GA: The final stable releases of the .NET SDK and Runtime. Intended for public use as well as production support.

  10. 在 Windows 上安装 .NET - .NET | Microsoft Learn

    learn.microsoft.com/zh-cn/dotnet/core/install/windows

    为了确保能够在 Windows 上运行所有 .NET 应用,请同时安装 ASP.NET Core Runtime 和 .NET Desktop Runtime。 ASP.NET Core Runtime 可运行基于 Web 的应用,而 .NET Desktop Runtime 可运行桌面应用,如 Windows Presentation Foundation (WPF) 或 Windows Forms 应用。 选择如何安装 .NET

  11. Runtime is required to run bytecode on a specific OS. Runtime is specific to OS. Runtime for Ubuntu is different than Windows. Runtime is what makes .Net Core special. Runtime allows .Net apps to be "Write Once, Run Anywhere" similar to Java.