简体   繁体   English

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

[英].Net Reactor ERROR: Unable to update the dependencies of the project. The dependencies for the object 'PHMateLib.DLL' cannot be determined

I am using .net reactor for code protection when i compile it .net reactor and start my setup project i am not able to build my msi files its throwing compile time error我在编译时使用 .net 反应器进行代码保护 .net 反应器并启动我的设置项目

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.

Often a problem is related to the embedded manifest which can't be read by the installer.通常问题与安装程序无法读取的嵌入式清单有关。 In this case "Anti ILDASM" must be deactivation (-suppressildasm 0)在这种情况下,必须停用“Anti ILDASM” (-suppressildasm 0)

by adding -suppressildasm 0 to the command line options or unchecking Anti ILDASM in GUI通过将-suppressildasm 0添加到命令行选项或取消选中 GUI 中的Anti ILDASM ILDASM

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM