About 341,000 results
Open links in new tab
  1. Migrate .NET Framework 4.8 to .NET 5 - Stack Overflow

    Nov 26, 2020 · You didn't mention what's the type of your project. But in general, you should follow the official docs. For example, for winforms projects, see How to migrate a Windows …

  2. What is the difference between .NET5 and .NET standard?

    Aug 27, 2021 · NET 5 is now the cross-platform basic runtime. Platform-specific applications target use different targets, allowing them to use target-specific APIs, like net5.0-windows for …

  3. .Net 5 Publish Single File - Produces exe and dlls

    Dec 6, 2020 · I am using VS 2019 and .Net 5 to build a simple console application. I wanted to share this app with a friend so I tried to publish it as a single file but I keep getting some extra …

  4. c# - ASP.NET 5 Authorize against two or more policies (OR …

    Is it possible to apply authorization against two or more policies? I am using ASP.NET 5, rc1. [Authorize(Policy = "Limited,Full")] public class FooBarController : Controller { // This code do...

  5. c# - Windows authentication in asp.net 5 - Stack Overflow

    Feb 16, 2015 · I am building an intranet application in ASP .NET 5, MVC 6. I want to know how to enable Windows Authentication.? The default project template supports only Individual User …

  6. Generate Microsoft Fakes assemblies in .NET 5 - Stack Overflow

    Feb 10, 2021 · I am working on migrating .NET 4.x code onto .NET 5. The unit test projects make extensive use of of Microsoft Fakes, which recently gained an official implementation for .NET …

  7. .NET 5 not available in Visual Studio 2019 - Stack Overflow

    Mar 25, 2020 · I have downloaded and installed .NET Core 5.0 SDK (v5.0.100-preview.1) in my Visual Studio 2019. But it is not available in Target framework. Am I missing something?

  8. Install .Net Framework 4.5 Targeting Pack - Stack Overflow

    Sep 8, 2022 · Also, you lack a targeting pack for .Net 4.5, and this is different from 4.5.1. Note that support for 4.5 ended in 12 jan. 2016.

  9. HTTP Error 500.31 - Failed to load ASP.NET Core runtime

    Dec 16, 2020 · my solution is quite simple and sort of embarrassing at the same time :) I thought asp.net core host bundles are downward compatible. Solution: my application was configured …

  10. asp.net web api - System.InvalidOperationException: IDX20803: …

    Dec 11, 2021 · I was testing with different version of Identity server (5.11 and 7.x latest) Project was working with 7.x but not with 5.11. After adding this using nuget it fixed the issue. Waisted …