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…
.NET 6.0 not installing
Hi, I'm having an error installing .NET Host 6.0.33 (x64) its having errors installing 'dotnet-host-6.0.26-win-x64.msi'. Here are some screenshots
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
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…
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. ---…
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
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…
DLL Sideloading Attack possible with Non privileged user for .net 7 WinUI3 Windows single exe file (self-contained)
The .net 7 WinUI3 Windows application single executable file (exe) is prone to DLL Side loading attacks to non privileged users(nomraml users). I published a .net 7 Windows application as single exe file, self-contained. When I ran this exe, MSASN1.dll…
Parallel install of different .net versions
I have a question regarding .net framework and .net 6 desktop runtime. We have a lot of applications that run on .net framework 4.8 and older. A newer version of one application requires .net 6 desktop runtime to run. Now my question would be if the…
Could not load type 'System.Object' from assembly 'System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' because the parent does not exist.
Previously my application was build on .net framework 4.8 and the setup has done by using wix toolset version 3.11.2 . due to some reason we have migrated some of the component into .net .standard 2.0 and one of the project in to .net 6 because it was a…
.NET upgrade to latest for Windows
Dear all Neede urgent hep please We have two servers running .Net and need to upgrade to latest versioin v8. Can anyone share the steps? Is there downtime? Any risks or anything we should be checking first? I can see an article onj this but seems…
AD FS set up on Windows Server 2022 Standard and version 10.0.20348 Build 20348 failed to go through Authentication API "Refresh_Token" grant_type
Set up a .net application which based on the following details: a) AD FS on Windows Server 2022 Standard and version 10.0.20348 Build 20348. b) Application run on Dotnet hosting bundle 6.0.21 Windows version. Errors: With PKCE Authentication…