Skip to content

Problems with Microsoft .NET when running the application

Chavdar Kostov edited this page May 14, 2023 · 3 revisions

If you do not have .NET 6 installed, in most cases when you start SDC you will get the following dialog:
.NET Runtime Install
Just click "Yes" button, download the .NET 6 installation file and run it.

In case you do not get the above dialog and/or the application does not start, then open Terminal and type: dotnet --info.
In the output look for section .NET runtimes installed, in this section you should see something like:
Microsoft.NETCore.App 6.x.x [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
and
Microsoft.WindowsDesktop.App 6.x.x [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
as long as both versions say 6.x.x you are good to go.

If the above information is missing or it is not correct:

  1. Go to https://dotnet.microsoft.com/en-us/download/dotnet/6.0
  2. Find the section ".NET Desktop Runtime 6.x.x"
  3. Download x64 Windows installer
  4. Run the installer