Skip to main content

All Questions

Tagged with
0 votes
0 answers
187 views

.net 3.1 and dotnet 6 on ubuntu 22.04 issue [/usr/share/dotnet/host/fxr] does not exist

I've Ubuntu 22.04 I've successfully install .net core 3.1 using this way How can I install dotnet Core 3.1 runtime on Ubuntu 22.04? and it's work perfectly then I treid to install .net 6 using this ...
Tariq Hajeer's user avatar
0 votes
1 answer
127 views

sudo apt install dotnet-sdk-7.0 runs fine, but no sdks are listed

I am trying to run a C# project in VSCode on Ubuntu. But VSC is telling me that I do not have .net installed. One possibility is the SDK is not installed. So I try to install it. This command runs ...
Daniel Williams's user avatar
2 votes
1 answer
3k views

How to fix Unix LocalMachine X509Store is limited to the Root and CertificateAuthority stores error

I have a .NET CORE WEB API deployed in a VM running linux ubuntu 22.0 and I am encountering the error Below when running the application. Here's the full exception message: System.Security....
Mbuso Kotobe's user avatar
-1 votes
2 answers
418 views

Ubuntu 22.04 updates broke dot net core 7.0

On 3 running Ubuntu servers... I did updates and now Supervisor crashes. tail /var/log/PHCAdmin.err.log: .NET location: /usr/lib/dotnet/ No frameworks were found. Learn about framework resolution: ...
Andy Barzyk's user avatar
2 votes
2 answers
1k views

Why ASP.NET Core runtime doesn't recognize the installed SDKs?

I have installed both the runtime and the sdk version 7.0 of dotnet from the https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu website. The runtime -I think- works fine, but the SDK ...
Mahmood's user avatar
  • 21
0 votes
1 answer
213 views

I can't get my dotnet app running inside docker

I am developing dotnet 7 app on the Ubuntu 22.04 and I wanted to put the app inside docker container so I could ship it anywhere I want when I need it. When I do dotnet run I get this as response ...
4tire's user avatar
  • 9
1 vote
1 answer
935 views

dotnet installation is not working properly

I have been trying to install dotnet in 2-3 different ways. I have tried the steps given on Microsoft's dotnet official page and some other ways that I have found on web. All the time after ...
Abidstic's user avatar
1 vote
0 answers
231 views

Missing "Microsoft.CodeAnalysis" in .net 3.1 install on Ubuntu

I have a .net project that runs in windows with VS code with no issues. I am trying to run the same project in Ubuntu 20.04.2 with VS code. Run trying to run it with F5, I get the errors: CSC : error ...
dman's user avatar
  • 10.8k
5 votes
2 answers
4k views

dotnet SDK not installing in Ubuntu 22.04

I try to download dotnet SDK for C# with sudo apt-get install -y dotnet6 but it says A fatal error occurred. The folder [/usr/lib/dotnet/dotnet6-6.0.110/host/fxr] does not exist
Shehzad's user avatar
  • 66
3 votes
1 answer
6k views

Ubuntu 22.04 dotnet can't find dotnet sdks

I recently updated my Ubuntu distro to 22.04 from 20 and now it seems I cannot install dotnet sdks correctly. I have dotnet installed with 6 but I need 3.1 now and I don't remember how I did it with ...
Ian Kirkpatrick's user avatar
1 vote
4 answers
4k views

How to Install ASP.NET Core Runtime 7.0.0-rc.1 on Ubuntu 22.04

I have .NET6 runtime installed on Ubuntu 22.04 $ dotnet --list-runtimes Microsoft.AspNetCore.App 6.0.9 [/usr/lib/dotnet/dotnet6-6.0.109/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.9 [/...
AmD's user avatar
  • 23
1 vote
1 answer
53 views

PDF files not showing in correct order in Select Dropdown

I moved my ASP.NET Core 6 MVC Web application from IIS to Ubuntu 22.04 using Apache2 as the webserver. The only issue I have is the select dropdown is not showing the pdf name files in order after ...
user3596617's user avatar
0 votes
1 answer
250 views

dotnet ef Failed to load /snap/dotnet-sdk/168/shared/Microsoft.NETCore.App/6.0.5/libcoreclr.so (using Ubuntu 22.04 LTS)

after install dotnet ef success in ubuntu 22.04 LTS, i have problem when running dotnet ef in terminal enter image description here
Panji Asmoro's user avatar