![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a Third party DLL which is not signed. I am trying to use that DLL in my Class Library. While time of building i got an error saying "The referenced DLL doesnot have strong name key" I used ILDASM to disassemble the dll. The output containes Sample.IL Sample.res and Sample.Resource.resource. I used ILASM to assemble(ilasm /dll /resource=sample.res sample.il /out=sample.dll /key=someSN.snk) , and tried using in my application i still getting "The referenced DLL doesnot have strong name key" . Can you please tell me what mistake i am doing.. or is there is any best way sign Third party dll with strong Name? Thanks Aravind |
#3
| |||
| |||
|
|
Hi, I have a Third party DLL which is not signed. I am trying to use that DLL in my Class Library. While time of building i got an error saying "The referenced DLL doesnot have strong name key" I used ILDASM to disassemble the dll. The output containes Sample.IL Sample.res and Sample.Resource.resource. I used ILASM to assemble(ilasm /dll /resource=sample.res sample.il /out=sample.dll /key=someSN.snk) , and tried using in my application i still getting "The referenced DLL doesnot have strong name key" . Can you please tell me what mistake i am doing.. or is there is any best way sign Third party dll with strong Name? Thanks Aravind |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |