当前位置: 代码迷 >> 综合 >> VS 2008 Setup Project Build 出现 ERROR: Could not create the file,发现是Chrome 启服务Software Protection的导致。
  详细解决方案

VS 2008 Setup Project Build 出现 ERROR: Could not create the file,发现是Chrome 启服务Software Protection的导致。

热度:28   发布时间:2024-01-05 00:14:12.0

在用Win7 64位 VS 2008 创建的Setup Project 进行 Build,在编译时出现 ERROR: Could not create the file 'C:\Users\UserName\AppData\Local\Temp\VSIBBC7.tmp' '拒绝访问。' 

然后转换到安全模式下,发现能正常Build。

再转换到一般模式下,挨个试我平时打开的程序,最后发现当打开Chrome后,一试一个准,出现 tmp文件拒绝访问。


在安全模式下,启动Chrome,Setup Project 正常Build,但在正常模式下,启动Chrome后,就出现上述错误。导出服务列表,挨个停止在安全模式下没有的服务并Build,发现停止了Software Protection后,能正常Build了。但启动Software Protection后,又出现上述错误了。





  相关解决方案