Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

\'dotnet restore\' Error when building App with Yeoman Hello I am building a MVC

ID: 3859837 • Letter: #

Question

'dotnet restore' Error when building App with Yeoman

Hello I am building a MVC Core Web app with yeoman and am having some issues.

I have found an answer that describes my issue perfectly here:

http://stackoverflow.com/questions/42176484/dotnet-restore-getting-error-with-new-csproj-file-no-project-json-file

However the link the answer provided does not work. Also I don't know what steps to take install the latest version.

I know this is a rudimentary question. What file edits do I need to make to install latest version?

Hello I am building a MVC Core Web app with yeoman and am having some issues.

I have found an answer that describes my issue perfectly here:

http://stackoverflow.com/questions/42176484/dotnet-restore-getting-error-with-new-csproj-file-no-project-json-file

What type of application do you want to create? Web API Application What's the name of your ASP.NET application? 3610ProjectApi create 3610 ProjectApi gitignore create 3610 ProjectApi appsettings json create 3610 ProjectApippsettings .Development json create 3610 ProjectApi Startup. cs create 3610 ProjectApi Program. cs create 3610 ProjectApi13610ProjectApi.csproj create 3610ProjectApi Propertieslaunchsettings json create 3610 ProjectApi Controllers UaluesController. cs create 3610 ProjectApiweb.config create 3610 ProjectApi README md create 3610ProjectApiglobal json Your project is now created, you can use the following commands to get going 3610 Project Api dotnet restore dotnet build (optional build will also happen when it's run) dotnet run C:UsersTim Desktop13610Project cd 3610ProjectApi C UsersTim Desktop13610Project13610ProjectApi dotnet restore Warn The folder 'C:UsersTim Desktop13610Project13610ProjectApi' does not con tain a project to restore C UsersTim Desktop13610Project13610ProjectApi dotnet -u restore Telemetry is Enabled warn The folder C UsersTim Desktop13610Project13610ProjectApi' does not con tain a project to restore C Users Tim Desktop13610Project13610ProjectApi nuget locals all -clear nuget is not recognized as an internal or external command operable program or batch file C UsersTim Desktop13610Project13610ProjectApi dotnet --version 1.0.0-preview 2-1-0031 77 C Users Tim Desktop 13610Proiect13610Proiect Ap i code

Explanation / Answer

Its way more common into these of problems in web development. Let me know which steps you have taken according to that stackoverflow link and I'll try to help you out.