Can't compile the project. Missing so many files

时光怂恿深爱的人放手 提交于 2019-12-25 02:12:48

问题


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 ?


回答1:


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




回答2:


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.




回答3:


  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.



来源:https://stackoverflow.com/questions/48660513/cant-compile-the-project-missing-so-many-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!