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

    技术2022-05-18  17

    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. 编译


    最新回复(0)