首页 > 其他 > 详细

Vs打包工程 错误: Unable to update the dependencies of the project (转)

时间:2014-01-28 19:29:54      阅读:589      评论:0      收藏:0      [点我收藏+]

Setup Project 错误: Unable to update the dependencies of the project

在VS2010中编译包含安装工程的解决方案提示错误:Unable to update the dependencies of the project
解决方法: 1、用记事本打开*.vdproj文件; 2、查找Hierarchy节点,删除节点中的所有内容,如下所示:

“Hierarchy” {

} 3. 查找File节点,删除节点中的所有内容,如下所示: “File” {

}

4. 重新加载工程文件 5. 编译

 

原文地址:http://blog.csdn.net/cshui918/article/details/6271851

Vs打包工程 错误: Unable to update the dependencies of the project (转)

原文:http://www.cnblogs.com/lenmom/p/3535446.html

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