我正在尝试使用Steve Sanderon" ASP.NET Core + Angular 2模板用于Visual Studio"
基本上它使用.net核心和其他一些东西为Angular2开发设置Visual Studio项目。
当我尝试使用""创建新项目时模板,我收到错误
The imported project "c:\program files(x86)\msbuild\microsoft\visualstudio\v14.0\dotnet\microstoft.dotnet.props" was not found. Confirm that the path in the <Import> declarration is correct and that the file exists on disk. C:\users\****\onedrive\documents\visual studio 2015\projects\angular2application\angular2application\angular2Application.xproj"
我必须手动输入,我已经检查过,但是不能保证没有错字......但是你明白了。
如果您按照第一个路径,则没有... \ v14.0 \ dotnet文件夹
第二条路径是VS想要放置项目的地方,路径存在最多.. \ visual studio 2015 \ projects \ 但它不会创建项目文件夹。 如果我要求VS创建一个解决方案文件夹,它确实会创建它。
我已安装以下
vs 2015 update 3
.net core 1.1 - I did run through the initialization script found here
TypeScript 2.03
节点v6.10.1
由于某种原因,某些文件夹未安装。 希望有人碰到这个,或者有一些想法...
答案 0 :(得分:0)
最终我无法让它发挥作用。
我安装了vs2017社区版
I then followed this article to install the templates
注意,您必须关闭VS的所有实例才能使其正常工作。我安装了一次,没有得到正确的结果。我关闭了所有东西,再次尝试,它就像一个冠军。