0

I just download a ASP.NET mvc 5 + angularjs template version. But i can't build the project. I have updated all VS, Nuget, .Net core, and all to newest version but still no luck. I also try to reinstall all packages but errors are still exists.

Any suggestion ?

ฺBuild error screenshot

Vin
  • 63
  • 1
  • 4

3 Answers3

0

navigate to the solution folder in command prompt and run dotnet restore

Alper Ebicoglu
  • 8,884
  • 1
  • 49
  • 55
  • Still without luck l and I get this message "Nothing to do. None of the projects specified contain packages to restore." – Vin Feb 07 '18 at 13:38
0

I decide to go for .NET Core version, since it is newest tech. And i can compile it normally, by running "dotnet restore" on the solution folder.

Vin
  • 63
  • 1
  • 4
0
  1. Please update TypeScript and then Build. I hope it will resolve.
  2. If not then please delete package folder and rebuild the solution.

if you are using VS 2015 then download TS from here.

Shiblee
  • 1
  • 1