ILMerge icon indicating copy to clipboard operation
ILMerge copied to clipboard

strong name validation error when merging assemblies

Open iphqne opened this issue 5 years ago • 0 comments

i get this error when merging assemblies

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'ILMerge, Version=3.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A) --- End of inner exception stack trace ---

ilmerge .exe .dll /out: \ilmerge.exe

they're the only arguments i use

edit: i fixed it by using the ilmerge that was not in the "final" folder

iphqne avatar Nov 06 '20 15:11 iphqne