Developer forum

Forum » Dynamicweb 10 » Error running dotnet run

Error running dotnet run

Joakim Sjöbäck
Reply

Hi,

Im trying to install dw10 according to this guide https://doc.dynamicweb.dev/documentation/fundamentals/setup/installation/index.html, but im stuck getting an error msg when running dotnet run .
Am i missing a step? Seems my wwwroot folder is empty.


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
This post has been marked as an answer

Sounds like a misconfiguration of NuGet. In Visual Studio, what do you have under Tools | NuGet Package Manager | Package Manager Settings | Package Source.

Make sure that Nuget.org is listed there and that any others are valid.

Note: Google has plenty of results for "https //packagesource/findpackagesbyid" explaining different issues and different resolutions so if the above doesn't fix it you may need to Google a bit more.

Imar

Votes for this answer: 1
 
Joakim Sjöbäck
Reply

It seems unchecking everything except nuget.org solved the issue. Thank you!

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Looks like the middle one is causing the issues. That's the default for when you click the + button to add a new source, but it's not a valid URL.

 

You must be logged in to post in the forum