首页 > Web开发 > 详细

.Net Core 常见问题整理

时间:2017-01-13 15:46:55      阅读:303      评论:0      收藏:0      [点我收藏+]

1、安装时报0x80070490 找不到元素

这里应该是vs只装了web没有装c++

下载一个 VC_redist.x64.exe 安装就行了

 

https://github.com/dotnet/core/issues/271
 
2、No executable found matching command "bower"
屏蔽project.json中的 scripts
  //"scripts": {
  //  "prepublish": [ "bower install", "dotnet bundle" ],
  //  "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
  //},

 

 

.Net Core 常见问题整理

原文:http://www.cnblogs.com/ideacore/p/6282894.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!