Is .NET Framework 4.8 supported on Windows 7 Embedded? Can VS2022-built apps run on Windows 7?
We are trying to confirm compatibility between Microsoft technologies and Windows 7 Embedded. Specifically, we would like to know: Is .NET Framework 4.8 officially supported on Windows 7 Embedded editions ? Can applications built using Visual Studio…
.NET Runtime
How to program Windows Service with the Timer
I have a service in C#, runs great, but I have trouble with the time offset. I want the event to fire every hour, but if the job is 2 minutes long, it bumps up the next hour by 2 minutes. Example: Fire event at 7am. If Job runs for 2 minutes. then fire…
.NET Runtime
Old .NET versions automatic uninstallation/removal
Hello, How are you removing old versions of .NET from your devices? Is there a way to automate this? To better clarify our issue, please see the screenshot below. We just installed the latest version (6.0.35) for both: .NET Runtime and Desktop Runtime…
.NET
ASP.NET Core
ASP.NET
.NET Runtime
How to get a copy of the .NET Upgrade Planner
I would like to use the .NET Upgrade Planner from this link but access is denied when trying to download https://apisof.net/upgrade-planner Are there any alternatives places to get the download? Thank you.
.NET Runtime
at StreamJsonRpc.JsonRpc.d__154`1.MoveNext() --- End of stack trace from previous ___location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndD
|at StreamJsonRpc.JsonRpc.d__154`1.MoveNext() --- End of stack trace from previous ___location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at …
.NET Runtime
problem with .net framework 4.0
hi. i installed windows 7 yesterday and tried to install .net framework 4.0. the error code is 0x800c0019. I need it to install other peograms, pls help :C
Windows
.NET
.NET Runtime
How to try .net 10 preview development on Windows?
I am currently working on .net 9 with Visual Studio Community 2022 v17.14.4. I would like to try .net 10 preview. I have looked at the information on website: https://dotnet.microsoft.com/en-us/download/dotnet/10.0 I saw the information of .net10 preview…
.NET Runtime
Databricks serving endpoint stops working today
Hi We need help ASAP. Today our pipelines stop working. We get request errors. This was not an issue before today. What has changed? Please help me to get some contact with databricks.
.NET Runtime
How do I connect to SQL Server 2022 using VB.NET Core Desktop
How do I connect to SQL Server 2022 using VB.NET Core Desktop. Should I use a connection string such as "Server=localhost;Database=CombinedCommands;Trusted_Connection=True;TrustServerCertificate=True" and should I install an SSL certificate for…
.NET Runtime
Not able to create app service
I have a free azure subscription. While I am creating the app service , getting an error as "The subscription 'xxxxxxxx' is not allowed to create or update the serverfarm". Kindly support me to solve this.
.NET Runtime
Help Needed: Spread.NET 18.1.0 Trial License Not Working in .NET 8 WinForms App
Hello, I’m migrating a Windows Forms application from .NET Framework 4.7.2 to .NET 8 using Visual Studio 2022. In my old project, I used FarPoint Spread 12 with a full license. Now, I want to use Spread.NET18.1.0 (trial version) in my .NET 8 app to check…
.NET Runtime

import .net framwork 3.5 to wsus
In my ___domain network, all clients receive updates from the wsus . Some clients need (.net framework 3.5 (includes .net 2.0 and 3.0)) to run a specific program When I want to install this update through : Control Panel> program and Features>,…
.NET Runtime
Windows Server

publish to server 2019 as exe crached
Hi, I used maui in net 9, and deployed it as exe using dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
.NET Runtime
.net clr.dll
Faulting application name: Wintax.exe, version: 8.9.5.1524, time stamp: 0x68318bec Faulting module name: clr.dll, version: 4.8.9310.0, time stamp: 0x67db4f7d Exception code: 0xc0000005 Fault offset: 0x000133c2 Faulting process id: 0xDF4 Faulting…
.NET Runtime

Function app is not able to hit the breakpoint when an api is called and not even able to browse the api url
Function app is not able to hit the breakpoint when an api is called and not even able to browse the api url. Solution is running in the debug mode but still not hitting the api breakpoint. I tried to attach the debugger also but dotnet.exe for the…
.NET Runtime
Unable to load the service index for source https://api.nuget.org/v3/index.json.
Visual Studio2022: Nuget package manager is giving error: Unable to load the service index for source https://api.nuget.org/v3/index.json. Windows 10 machine Cannot access https://api.nuget.org/v3/index.json. in the browser …
.NET Runtime
Implementing OIDC client in ASP.NET Framework 4.8 application
Hi, We have our ASP.NET web application which has been developed using .Net Framework 4.8. We have done the authentication using WS Feb (Auth0). It has been configured in Web.Config. I would like to change it to OIDC. Kindly suggest how it can be…
.NET Runtime
Getting CORS on Azure AD B2C with For a talent that configured under Microsoft Entra External ID
Hello Team, Getting CORS error when we configure Azure AD B2C in my angular app. The "Sign Up Sign In" user flow is not coming with MsalGuard. I added Redirect URLs properly in App Registration. Here I'm sharing my app-config and…
.NET Runtime
Experiencing Http timeouts when Http calls are made from two .Net frameworks together (.Net Framework 4.8 and .Net Standerd 2.0)
I have an ASP.Net Web API built on .Net Framework 4.8 and we are using a self created nuget library which is built on .Net Standerd 2.0. this nuget library makes Http calls to 3rd party service. To make Http calls we are using single HttpClient object…
.NET Runtime
Are there any products (paid or otherwise) that can be used to convert Microsoft Quickbasic into .net or .net core projects?
I've tried the simplest route of adding the .bas files as modules to a vb6 project and then planned to take the resulting vb project and converting it to .net, but unfortunately QuickBasic doesn't seem to want to work in that environment. I'm trying to…