Ego-Engine-Modding icon indicating copy to clipboard operation
Ego-Engine-Modding copied to clipboard

.NET downloading issues?

Open bobbleF1 opened this issue 3 years ago • 3 comments

I have trouble with the "You must install .NET core v3.1.0" and I have installed it many times.

I am running x86 and I have downloaded the correct files, and nothing is working. Should I restart my computer? I don't know what to do as I am new to ERP.

Thanks in advance.

bobbleF1 avatar Mar 09 '21 18:03 bobbleF1

Can you run the command dotnet --info in PowerShell or Command Prompt and paste the output here?

Edit: Maybe you're installing only the base .NET Core runtime, and not the desktop app version. You need the .NET Core Desktop Runtime 3.1 from here: https://dotnet.microsoft.com/download/dotnet-core/3.1

ptasev avatar Mar 26 '21 06:03 ptasev

This was the output. About to try and install from the link you sent me. dotnet --info .NET Core SDK (reflecting any global.json): Version: 3.1.100 Commit: cd82f021f4

Runtime Environment: OS Name: Windows OS Version: 10.0.19041 OS Platform: Windows RID: win10-x86 Base Path: C:\Program Files (x86)\dotnet\sdk\3.1.100\

Host (useful for support): Version: 3.1.13 Commit: 64df28ec4a

.NET Core SDKs installed: 3.1.100 [C:\Program Files (x86)\dotnet\sdk]

.NET Core runtimes installed: Microsoft.AspNetCore.App 3.1.0 [C:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.0 [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 3.1.13 [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 3.1.0 [C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 3.1.13 [C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App]

To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download

bobbleF1 avatar Mar 26 '21 22:03 bobbleF1

I could be mistaken, but I'm not convinced that you are on a 32-bit OS. As far as I know, 32-bit versions of Windows don't have the Program Files (x86) folder. Try installing the x64 version of the .NET Core Desktop Runtime 3.1.

ptasev avatar Mar 27 '21 02:03 ptasev