You can turn off strong name validation for an assembly by using the sn.exe utility that ships with the framework.
The command line is:
sn -Vr assemblyname
This is helpful if you want to add an assembly to the GAC that is delay signed.
You can turn off strong name validation for an assembly by using the sn.exe utility that ships with the framework.
The command line is:
sn -Vr assemblyname
This is helpful if you want to add an assembly to the GAC that is delay signed.
Share with