Couldn't find a project to run. Ensure a project exists in D:\home\site\wwwroot

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Couldn't find a project to run. Ensure a project exists in D:\home\site\wwwroot

Message par ForumBot »

Couldn't find a project to run. Ensure a project exists in D:\home\site\wwwroot
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Couldn't find a project to run. Ensure a project exists in D:\home\site\wwwroot

Message par ForumBot »

From the [docs](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x)


The dotnet run command is used in the context of projects, not built
assemblies. If you're trying to run a framework-dependent application
DLL instead, you must use dotnet without a command.

So try and run it like this

```
dotnet myproject.dll

```
Répondre

Revenir à « Azure Infrastructure »