error in creating strongname

  • Thread starter Thread starter amit
  • Start date Start date
A

amit

hi,

I am getting an error

"Failure adding assembly to the cache: Strong name signature could not be
verified"

can any body help me in creating a strongnamed assembly
 
Use the sn.exe utility with the -k command line argument.
Then, modify the AssemblyKeyFile attribute in the AssemblyInfo.cs file to
point to the created strong name file.
 
Back
Top