You will have to create an snk file (Strong name key file) and attach it with the dll and then try to depoly it to GAC.
Create snk file
Goto visual studio command prompt.
type sn -k file.snk
this will create snk file. Now attach this file with the dll.
No comments:
Post a Comment