1,277 questions with Developer technologies | .NET | .NET Runtime tags

Sort by: Updated
9 answers One of the answers was accepted by the question author.

.NET Framework 4.8 on Windows Server 2019 - installation failes

I have tried the solutions in other questions regarding installation failures of .NET Framework 4.8, but nothing have helped me so far. The server is fully patched and rebooted. (Note! We use a WSUS but I do not know what updates are allowed or…

Developer technologies | .NET | .NET Runtime
asked 2021-06-17T15:06:41.08+00:00
Kristofer 151 Reputation points
answered 2025-08-08T13:36:06.52+00:00
Robin Wilson 11 Reputation points
0 answers

Finding the path to dotnet.exe

In my Visual C++ application I want to spawn dotnet.exe to run my DLL. Now, my installer is correctly configured to detect if the .NET8 runtime is needed and will install it. So I know that it is available. From my research it seems that this is the…

Developer technologies | .NET | .NET Runtime
asked 2025-08-07T08:53:26.0366667+00:00
ChuckieAJ 316 Reputation points
commented 2025-08-07T19:05:17.0066667+00:00
Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
1 answer

Should I migrate my .NET 8 WinForms trading application to WPF? Concerns about Market Watch performance and latency.

Hello, We have a desktop trading application using .NET 8 WinForms. The UI is intentionally kept minimal and straightforward. A core features of our app are Market Watch, Trade, Buy-Sell Order screen, etc. Market Watch component that updates live…

Developer technologies | .NET | .NET Runtime
asked 2025-08-06T12:31:25.4966667+00:00
Aman Agrahari 60 Reputation points
edited an answer 2025-08-06T17:54:18.02+00:00
Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
0 answers

AppService isn't exposed after packaging to .msix

I have an Avalonia app targeting Windows desktop (thus, WinUI3 app). From that project, I reference a UWP Runtime Component which handles calls to an AppService Lastly, using a WAP project, I package the app into a .msix package, which declares in its…

Developer technologies | .NET | .NET Runtime
asked 2025-08-05T11:14:39.4033333+00:00
Miguel Rubio 0 Reputation points
3 answers

Kudu/SCM Failure on Azure Functions Flex Consumption - Deployment Blocked (404)

Update [Date - e.g., 2025-04-27]: We have since successfully migrated the application to the Classic Consumption plan, where Kudu/SCM is accessible and deployment works as expected (after resolving separate build/runtime issues detailed elsewhere).…

Developer technologies | .NET | .NET Runtime
asked 2025-04-25T17:16:53+00:00
James Newlin 20 Reputation points
answered 2025-07-31T14:01:47.3433333+00:00
Társis Francke Ferreira 15 Reputation points
4 answers

.net core 8.0.10 hosting bundle doesn't install components

I have downloaded the .NET Core Hosting bundle for 8.0.10. In the past when installing this bundle it will install the following components: Microsoft .NET Runtime - version (x64) Microsoft .NET Runtime - version (x86) Microsoft ASP.NET Core - version -…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | .NET Runtime
asked 2024-10-22T17:50:25.83+00:00
Neil Callahan 10 Reputation points
commented 2025-07-21T09:58:19.8533333+00:00
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
0 answers

Need to delete/reset MS365 Developer Account

I need help deleting or resetting my Microsoft 365 Developer Program account associated with my email address. I mistakenly set up the account for Personal Use instead of small business and do not have sandbox access. I tried setting up a new account…

Developer technologies | .NET | .NET Runtime
asked 2025-07-18T15:21:41.6466667+00:00
Herb Wolff 0 Reputation points
3 answers

i need a .msi file for .Net Runtime 8.0.18

i am deploying multiple laptops to our organization and on random times the laptops requires the installation of .Net Runtime 8.0.18. i would like to create a GPO to install this on multiple computers without the need of an admin password. for that, i…

Developer technologies | .NET | .NET Runtime
asked 2025-07-16T15:42:21.32+00:00
Shay 0 Reputation points
edited a comment 2025-07-16T22:02:11.4233333+00:00
Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
0 answers

C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe cannot find

Windows cannot find C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe Make sure you typed the name correctly, and then try again.

Developer technologies | .NET | .NET Runtime
asked 2025-07-10T01:57:54.7066667+00:00
Chen, Draco 0 Reputation points
1 answer

Has anyone worked with NetCoreServer? Looking for guidance and resources

Hi everyone, I'm exploring alternatives to WinSock for socket programming in .NET 8 Core windows form application and came across the NetCoreServer library. It looks promising for building TCP/UDP/SSL/WebSocket servers and clients with high performance…

Developer technologies | .NET | .NET Runtime
asked 2025-07-03T07:00:31.9366667+00:00
Aman Agrahari 60 Reputation points
answered 2025-07-03T18:28:33.7633333+00:00
Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
0 answers

Why am I encountering a System.AccessViolationException in .NET Framework 4.8 on Windows Server 2019, but not in .NET Framework 4 on Windows Server 2008

I'm encountering the following error in .NET Framework 4.8 on Windows Server 2019, which I faced in 2022, when trying to select the element from ToolStripComboBox . However, I am unable to reproduce this error in .NET Framework 4 on Windows Server 2008:…

Developer technologies | .NET | .NET Runtime
Developer technologies | C++
Developer technologies | C#
asked 2024-11-29T12:12:15.3566667+00:00
Uke, Ashutosh 0 Reputation points
commented 2025-07-03T09:35:36.93+00:00
György Kőszeg 0 Reputation points
1 answer

Alternatives for WinSock in .net 8 core.

Hello everyone, We are currently migrating a legacy Windows Forms application from .NET Framework 4.7.2 to .NET 8. The existing application uses Winsock for both TCP and UDP socket communication, but we've observed performance limitations and…

Developer technologies | .NET | .NET Runtime
asked 2025-07-02T07:48:22.83+00:00
Aman Agrahari 60 Reputation points
commented 2025-07-03T06:41:43.9666667+00:00
Aman Agrahari 60 Reputation points
1 answer

.NET Core Profiler Crashing on 32 bit Application Environment

Hi Team. I have developed my own .NET core profiler using VS 2019. To load my profiler, I have set the environment entry in the web.config file. <environmentVariable name="CORECLR_ENABLE_PROFILING" value="1" /> …

Windows development | Internet Information Services
Developer technologies | .NET | .NET Runtime
asked 2022-03-24T13:18:47.167+00:00
Duraikannu Jeyamani 6 Reputation points
commented 2025-06-30T10:03:57.37+00:00
Tom Tran (WICLOUD CORPORATION) 260 Reputation points Microsoft External Staff
6 answers

How to target .NET Framework 4.0 in VS 2022 on Windows 11?

Working on some old projects targeting .NET Framework 4.0. I used VS 2022 to open the solution and was told to install 4.0 targeting pack. I can't find the download link on the dotnet website, nor the installation option in Visual Studio Installer. …

Developer technologies | .NET | .NET Runtime
Developer technologies | Visual Studio | Debugging
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C#
asked 2022-09-05T07:41:23.313+00:00
Lee Feng 171 Reputation points
commented 2025-07-02T03:19:44.0333333+00:00
David Goben 65 Reputation points
3 answers

What is the best way to install .net Runtime v8.0 via Intune?

What is the current best way to install .net Runtime v8.0 via Intune to a large number of users? The .net website offers an .exe file but it doesn't contain an .msi I can turn into an Intune app. There are also winget instructions listed but winget…

Developer technologies | .NET | .NET Runtime
Microsoft Security | Intune | Other
asked 2024-05-15T22:58:19.7133333+00:00
Woodson Baldwin 0 Reputation points
answered 2025-06-24T11:19:38.6366667+00:00
Patrick Tippner 1 Reputation point
2 answers One of the answers was accepted by the question author.

"You must install .NET Desktop Runtime to run this application"

I am writing an .nsi script, which after successfully installing, will not allow me to run the program after showing the popup in the screenshot above "You must install .NET Desktop Runtime to run this application". I have clicked the Learn…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
asked 2024-09-23T16:53:00.3566667+00:00
Larry C 20 Reputation points
edited a comment 2025-06-23T03:25:07.9066667+00:00
Trevor Geddes 0 Reputation points
1 answer

Supportability of XBAP + ClientFormsAuthenticationMembershipProvider + WCF Message Security + TLS 1.2-only in IE11 / PresentationHost.exe (.NET 4.8)

We are troubleshooting the following architecture scenario: Client: XBAP application (.xbap) running in IE11 / PresentationHost.exe on Windows Server 2022 WCF Service Binding: wsHttpBinding with Security mode="Message" (certificate used for…

Developer technologies | .NET | .NET Runtime
asked 2025-06-18T10:37:13.6733333+00:00
Sivagnanam Munusamy 0 Reputation points
answered 2025-06-25T16:01:28.2066667+00:00
Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
2 answers

Supportability of XBAP + WCF Message Security + ClientFormsAuthenticationMembershipProvider + TLS 1.2-only in IE11 / PresentationHost.exe (.NET 4.8)

We are troubleshooting the following architecture scenario: • Client: XBAP application(.xbap) running in IE11/PresentationHost.exe on Windows Server 2022 • WCF Service Binding: wsHttpBinding with SecurityMode="Message Security" …

Developer technologies | .NET | .NET Runtime
asked 2025-06-19T08:20:20.3133333+00:00
Sivagnanam Munusamy 0 Reputation points
commented 2025-06-23T15:25:52.9433333+00:00
Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
1 answer

Microsoft .NET 8.0.10 - Windows server Hosting

i need download link for Microsoft .NET 8.0.10 - Windows server Hosting

Developer technologies | .NET | .NET Runtime
asked 2025-06-24T10:48:11.07+00:00
Wadhwana, Niranjan (CW) 0 Reputation points
answered 2025-06-24T15:29:51.51+00:00
Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
0 answers

How to fix the .NET desktop runtime 8.0.11 installation

When installing the windowsdesktop-runtime-8.0.11-win-x64.exe in windows 11 OS it prompts fro the location of dotnet-host-8.0.10-win-x64.msi package which is not available and the installation failed. I could not find this msi package in the downloads…

Developer technologies | .NET | .NET Runtime
asked 2025-06-26T07:16:53.83+00:00
Sathishkumar M 0 Reputation points