I encounter assembly errors in my project after signing some assemblies that he was happy to build with pre-signing. In the list of errors, I see errors such as:
Type 'XXX' is defined in an assembly that is not referenced. You must add a reference to the assembly 'XXX, Version = [ correct version ], Culture = [ correct culture ], PublicKeyToken = null [ invalid public key token ]'
Returning to unauthorized assemblies (only the difference in the text is the information about signing in the referenced assemblies and their solution, in which the shared key is stored), everything builds again.
Unfortunately, these files must be signed, so I wonder if anyone has encountered this problem before?
Thanks Rob
source
share