Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to generate strong name assemlies for AxInterop.AcroPDFVIEWLib.dll
i have a project that is signed using a strong name now i have to some
feature related PDF format for which i have to add reference of
AxInterop.AcroPDFVIEWLib.dll & AxInterop.AcroPDFLib.dll .
but by add these have error "Assembly generation failed --
Referenced Assembly "AxInterop.AcroPDFVIEWLib.dll " does not have a strong name
Posted
Updated 3-Sep-15 19:00pm
v2
Comments
Maciej Los 3-Sep-15 2:17am    
Please, register this dll in GAC using Regasm tool.
Sergey Alexandrovich Kryukov 3-Sep-15 2:45am    
Maciej,

Making a strong name is the project stuff, it comes before GAC registration.

—SA
Sergey Alexandrovich Kryukov 3-Sep-15 2:46am    
What is that supposed to mean, "to generate strong name assemlies for AxInterop.AcroPDFVIEWLib.dll".
Not clear what have you done.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900