C
Join ServerC#
help
❔ Dotnet 7.0 install not found
TTrixxTraxx1/5/2023
Can anyone help me fix this...
/home/trixxtraxx/RiderProjects/GMS/GMS/bin/Debug/net7.0/GMS
You must install .NET to run this application.
App: /home/trixxtraxx/RiderProjects/GMS/GMS/bin/Debug/net7.0/GMS
Architecture: x64
App host version: 7.0.1
.NET location: Not found
Learn about runtime installation:
https://aka.ms/dotnet/app-launch-failed
Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=pop.22.04-x64&apphost_version=7.0.1
Process finished with exit code 131.
dotnet --info
.NET SDK:
Version: 7.0.101
Commit: bb24aafa11
Runtime Environment:
OS Name: pop
OS Version: 22.04
OS Platform: Linux
RID: linux-x64
Base Path: /usr/share/dotnet/sdk/7.0.101/
Host:
Version: 7.0.1
Architecture: x64
Commit: 97203d38ba
.NET SDKs installed:
7.0.101 [/usr/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 7.0.1 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.1 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
DOTNET_ROOT [/usr/lib/dotnet]
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
TTrixxTraxx1/5/2023
When I use the command
dotnet run
it works, but not when I run it using Rider....TTrixxTraxx1/5/2023
seems like Rider needs to fix this...
Pphaseshift1/5/2023
So you just tried to run your app via the command line?
Pphaseshift1/5/2023
What's that got to do with rider?
AAccord1/6/2023
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.