lenmom

博客园 首页 新随笔 联系 订阅 管理

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

 

 

posted on 2014-01-28 10:26  老董  阅读(1678)  评论(1)    收藏  举报