简体   繁体   中英

.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

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)

by adding -suppressildasm 0 to the command line options or unchecking Anti ILDASM in GUI

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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