码迷,mamicode.com
首页 > Web开发 > 详细

.Net Core 常见问题整理

时间:2017-01-13 15:48:12      阅读:335      评论:0      收藏:0      [点我收藏+]

标签:family   nbsp   http   system   整理   常见   tput   target   man   

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 常见问题整理

标签:family   nbsp   http   system   整理   常见   tput   target   man   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!