Adding assembly to assembly cache
-
I want to add PDFBox-0.7.3.dll using global assembly cache but it fails, raising unable to add selected assembly, the assembly must have strong name. How to give assembly strong name? Thanks
-
I want to add PDFBox-0.7.3.dll using global assembly cache but it fails, raising unable to add selected assembly, the assembly must have strong name. How to give assembly strong name? Thanks
Which version of .Net r u using Tej Aj, http://opexsolution.com/forum/ Fan of: http://www.abtstudioz.com/
-
Which version of .Net r u using Tej Aj, http://opexsolution.com/forum/ Fan of: http://www.abtstudioz.com/
How does strong naming depends on .NET framework version? :doh:
-
I want to add PDFBox-0.7.3.dll using global assembly cache but it fails, raising unable to add selected assembly, the assembly must have strong name. How to give assembly strong name? Thanks
Go through these article to understand about strong name and how to provide a strong name to a dll: Strong Names Explained[^] How to give strong name to DLL and how to install DLL in GAC[^]