✅ Aspnet runtime not found when running, but present in dotnet --info (linux)
I'm having issues trying to run Aspnet applications on Linux Mint. Running
dotnet --info
shows both the dotnet and aspnet runtimes, but when I try to run the aspnet application I get an error stating that the framework is not found. I've since reinstalled dotnet manually instead of with the package manager and checked that the files are all present in the home directory. The app is using dotnet 7 with dotnet 8 installed, but this happens regardless of what dotnet version I use. I'd really appreciate if anyone had ideas on how to fix this.1 Reply
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View