Forum Discussion
JustMarks
Jan 14, 2022Copper Contributor
Applications are not correctly detecting .NET Desktop Runtime 6.0.1 (x64)
Even though I have .NET Desktop Runtime 6.0.1 (x64) installed, I'm still getting an error when launching a .NET application Windows 10 21H2 OS Build 19044.1466 Event log shows event 102...
BENDA_N
Jun 28, 2025MCT
Hi
If you're getting an error despite having .NET Desktop Runtime 6.0.1 (x64) installed, make sure:
- The app isn’t 32-bit (install x86 version too if needed)
- It doesn’t require a different runtime (like ASP.NET Core or standard .NET Runtime)
- The exact version needed is installed (some apps need 6.0.0 specifically)
- Try reinstalling in case of corruption
Link to runtimes: https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime
can you also share it is windows/wpf application