Closed 0x7d9 closed 2 years ago
Are you absolutely positive that the assembly is still in working order after the execution of ILMerge? According to the log there is no reference to Microsoft.Office.Core.dll
anymore and the ClassLibrary1
should contain the type Microsoft.Office.Interop.Excel.Microsoft.Office.Interop.Excel1429666.RefreshEvents
, but does not. Are the embedded interop types handled correctly?
I created a sample project to show where the exception occurs, see: https://github.com/0x7d9/ConfuserExTest/tree/main/ConfuserEx-sequential-rename-bug
This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks!
Closing this issue because it needs more information and has not had recent activity. Please re-open this issue if more details can be provided. Thanks!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Error message:
There was this problem in version 1.6, but no problem in version 1.5.
And use the
ILMerge.exe /allowDup
command to merge dlls before obfuscation.