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

 

 

相关文章:

  • 2021-10-30
  • 2021-11-04
  • 2021-06-13
  • 2021-06-12
  • 2021-09-12
  • 2021-09-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-09-10
  • 2022-12-23
相关资源
相似解决方案