About 673,000 results
Open links in new tab
  1. Change the target framework for project in Visual Studio 2022

    Feb 1, 2024 · I have downloaded .NET FRAMEWORK 4.8.1, but I don't see it in the drop down to change it on the application screen. here another way I can convert this project to a .NET …

  2. EFCore with .Net framework 4.8 - Stack Overflow

    Apr 4, 2024 · I've tries to google for a while, but couldn't find a clear up-to-date answer... I have a .net 4.8 application and I want to add EntityFrameworkCore to it. From what I read it seemed that EFCore …

  3. c# - net framework 4.8 + tls.13 = The request was aborted: Could not ...

    Sep 28, 2023 · According to microsoft net framework 4.8 fully supported tls13. Can I somehow fix this exception and successfully call wcf third party (with tls13) from net framework application?

  4. Is there any end date for Microsoft full .NET Framework 4.8

    Oct 7, 2020 · As long as there is active support for a Windows version that includes .NET Framework 4.8, it will still be supported. .NET Framework 4.8 is a part of Windows 10, and is also included in …

  5. How can I build a .NET Framework 4.8 application using the dotnet CLI?

    Nov 1, 2021 · I have inherited a .NET Framework 4.8 application that I'm able to compile using Visual Studio, however when trying to compile it using the dotnet CLI Application I get CS0246 errors for all …

  6. Net framework 4.8 install failed: Cannot find object or property

    Jun 3, 2022 · I've tried to install Net Framework 4.8 but the installation returned Install did not succeed, Cannot find object or property I've tried many solutions, Like using the Net framework repair tool, O...

  7. .NET Framework 4.8 Install Fail Windows Server 2019

    Dec 11, 2022 · According to the registry, .NET Framework 4.8 is installed. Release 528049 indicates .NET Framework 4.8 My solution, created and edited on my local, federal gov't agency supplied …

  8. Why .NET 4.8 is recommended version despite 4.8.1 latest version ...

    Sep 1, 2022 · Looking at the available .NET Frameworks, 4.8.1 is the latest. However 4.8 is recommended by Microsoft here. I am curious why is that. Is 4.8.1 in beta or something? I couldn't …

  9. c# - Why is the .NET Framework 4.8.1 Runtime Offline Installer ...

    Dec 5, 2023 · I downloaded the .NET Framework 4.8 and 4.8.1 Runtime Offline installers from the links below. It seems strange that 4.8.1 is significantly smaller (by 44 Megabytes).

  10. How to use a .Net Standard 2.1 DLL in .Net Framework 4.8?

    You could, for example, make a "wrapper" project that targets standard and references both your .Net Framework 4.8 code and the 3rd party library, unless the 4.8 part uses WPF - perhaps there are …