Why .NET SDK installer doesn't clean up after itself?
When you install x86 .NET SDK on x64 system, it creates .dotnet folder in your %USERPROFILE%. The problem is, when you uninstall the SDK, it doesn't remove the folder it had created. Why doesn't it clean up after itself? Thank you
.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…
how to fix Net Framework 3.5 and 4.5 error 0x80070002
how to fix Net Framework 3.5 and 4.5 error 0x80070002
"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…
.NET 9 Preview 1 extension installed on Windows Function App, how to enable?
I've installed the .NET 9 runtime extension, how do I enable it? I don't see it present in the version selection dropdown, I've restarted after installing the extension. Does anyone know? Thanks in advance I've also tried something like : az…
how to fix synchronization runtime error
i am always facing synchronization runtime error, how to solve it ?
Azure app service reverts to previous version
I have blazor web app I'm deploying to Azure App service using VS2022 Preview publish feature. I have upgrade my project target framework to .NET 8. And I have my publish setting target framework to .NET 8. However after publishing the app the…
.NET 6 / .NET 8 migration, downward compatible
Hi, we started migrating parts of our large project from .NET 4.x to .NET 6 in beginning of 2023. When we started, .NET 8 hadn't existed. It was quite some big effort to do this. Now we will release our product soon. Until the product is at the customer…
Azure Function are not loaded at runtime after deployment.
Problem : Function are not loaded at runtime after deployment. Deployment method: We are using terraform automation for creating azure function resource in azure. Than we build docker container using dockerfile and push it to Azure container registry and…
How do I access DWriteCore from a C# managed application?
How do I access DWriteCore from a C# managed application? I'm using .Net5 WindowsAppSDK Desktop. I need to get a SYSTEM and CUSTOM FONT COLLECTION LIST using DWriteCore, but I need to do so from a C# App using WindowsAppSDK, which says it includes…
Installing .NET Framework 4.8 on Windows servers 2016
Hi, I have to upgrade my projects from VS2017 .NET Framework 4 to .NET Framework 4.8 on Windows 2016 servers. Can I know the process, requirements and the steps involved in the migration. Also is it backward compatible? Regards Aparna
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…
Deployment issue
Hi, What is the reason below, when deploying the project? System.AggregateException: One or more errors occurred. ---> Microsoft.WebTools.Shared.Exceptions.WebToolsException: Build failed. Check the Output window for more details. ---…
RECRUITING ERROR IN WINDOWS 10.
Why do i keep getting ''recruiting.ex error'' this application could not be started error??.
I got 'TimeZoneNotFoundException' in the app logs at the time when user was unable to login.
I have asked chat gpt about it's resolution and it gave me two points as mentioned below. System Updates: If the issue is caused by an outdated time zone database, a system update or patch might include updated time zone information, thereby resolving…
How can I set the application file description in .NET 8?
Hi, I'm building an application in .NET 8 and I can't find the option to set the exe file description, the one displayed in Task Manager as the application name. I was able to do it in .NET Framework, but now it just displays the exe file name (assembly…
net framework initialization error
Hi, when I turn on the computer today, I get this error when trying to open any application. I can't open startup applications like bluetooth or windows update etc, and I can't perform any operations. When I try to install newer frameworks like 4.8, it…
TypeScript VS Jquery using for Razor page
Now I am developging using the Razor page with .Net Core . Please help me to to suggest Shoud i used Typescript ro JQuery which one shoud i use ? Please advise . Thank you .
High memory consumption of .Net 6 app on Linux
I encountered a very serious problem when switching from Windows to Linux (Ubuntu). The problem is very high memory consumption. I first noticed an increase in memory consumption on Windows when moving from .Net Framework to .Net Core 5. But then this…