.Net Reactor 错误:无法更新项目的依赖项。无法确定对象'PHMateLib.DLL'的依赖关系



当我编译.net reactor并启动我的安装项目时,我正在使用.net reactor进行代码保护。我无法构建我的msi文件,它引发编译时错误

ERROR: Unable to update the dependencies of the project.  The dependencies for the object 'PHMateLib.DLL' cannot be determined.
ERROR: Unable to update the dependencies of the project.  The dependencies for the object 'PHInstallerLib.dll' cannot be determined.
ERROR: Unable to update the dependencies of the project.  The dependencies for the object 'PHMateLogRetriever.DLL' cannot be determined.
ERROR: Unable to update the dependencies of the project.  The dependencies for the object 'PHMateProperties.DLL' cannot be determined.
ERROR: Unable to update the dependencies of the project.  The dependencies for the object 'PHMateService.EXE' cannot be determined.
ERROR: Unable to update the dependencies of the project.  The dependencies for the object 'ProHance.FileHandler.DLL' cannot be determined.
ERROR: Unable to update the dependencies of the project.  The dependencies for the object 'PHMateMoniterServices.DLL' cannot be determined.

通常问题与安装程序无法读取的嵌入清单有关。在这种情况下,"反ILDASM"必须停用(-suppressildasm 0)

通过在命令行选项中添加-suppressildasm 0或在GUI 中取消选中Anti ILDASM

最新更新