博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
msbuild error
阅读量:6243 次
发布时间:2019-06-22

本文共 1121 字,大约阅读时间需要 3 分钟。

  1.   C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(4513,5): error MSB3147: Could not find required file 'setup.bin' in 'C:\Program Files (x86)\Jenkins\workspace\folder\RSPPDFReader\Engine'. [...\*.csproj]
  2. Removing .Net 4.5 (release) and reinstalling 4.0 worked on my TeamCity server.
  3. on the build machine there is no 4.0 registry key inside HKLM\Software\Microsoft\GenericBootstrapper\, but the dev machines do have one containing a path string with a value of c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\
  4. An existing workaround is to copy the Engine directory to the project directory, however this has to be done every time you make a new project.
  5. http://stackoverflow.com/questions/3567543/issue-with-clickonce-bootstrapper-and-msbuild
  6. 手动拷贝engine文件夹可以解决问题:从C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Engine到项目目录
  7. Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\GenericBootstrapper\4.0]

    "Path"="C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\Bootstrapper\\"

     

转载于:https://www.cnblogs.com/dmdj/p/3757593.html

你可能感兴趣的文章
量子通信和大数据最有市场突破前景
查看>>
如何申请开通微信多客服功能
查看>>
Sr_C++_Engineer_(LBS_Engine@Global Map Dept.)
查看>>
非监督学习算法:异常检测
查看>>
jquery的checkbox,radio,select等方法总结
查看>>
Linux coredump
查看>>
Ubuntu 10.04安装水晶(Mercury)无线网卡驱动
查看>>
我的友情链接
查看>>
ElasticSearch 2 (32) - 信息聚合系列之范围限定
查看>>
VS2010远程调试C#程序
查看>>
windows查看端口占用
查看>>
Yii用ajax实现无刷新检索更新CListView数据
查看>>
App 卸载记录
查看>>
JavaScript变量和作用域
查看>>
开源SIP服务器加密软件NethidPro升级
查看>>
Apache Pulsar中的地域复制,第1篇:概念和功能
查看>>
python pip install 出现 OSError: [Errno 1] Operation not permitted
查看>>
从源码分析scrollTo、scrollBy、Scroller方法的区别和作用
查看>>
ObjectOutputStream和ObjectInputStream
查看>>
南京大学周志华教授当选欧洲科学院外籍院士
查看>>