Regarding Strong Name
Hi,
I have to install my dll called project1.dll in GAC. This project1.dll is referencing "waitbutton.dll". I don't have code for "waitbutton.dll".
I created a strong name and associate it with the project1.dll in the assemblyinfo.cs file. When try to build the application, i got error as "referenced assembly waitbutton.dll" doesnt have strong name".
I tried with delaysign attribute true in the assemblyinfo.cs. But still error exists.
How can i solve this issue?
Thanks in advance.
|