Can't sign and a file with unknown attributes #441
Unanswered
GregStevenson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Unknown means that the assembly can't be read as an .NET assembly. This means usually that the header part of the .NET assembly is missing. Is it possible for you to send me those files for analysis? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have a project with about 50 assemblies. After obfuscating, they can all be signed except four. Normally we just tweak the crproj file adding lines like: However, today I opened up the UI and noticed something on the left side of the project tab. All the modules have detail info (apparently extracted from the assembly itself) except for our four problem DLLs. Instead of detail information they have "Unknown". I checked these DLLs and they all have assembly info and it shows in the details tab of a properties dialog.
Beta Was this translation helpful? Give feedback.
All reactions