G
Guest
I created a webbrowser control that can be hosted in a window of my application where I need to display some XML files. All is cool, the following files are added as reference
AxInterop.SHDocVw.dl
Interop.SHDocVw.dl
However, when I try to sign my assembly with a strong name I get an error saying that AxInterop.SHDocVw.dll doesn't have a strong name. I searched on the web and I found some people suggesting to use tlbimp.exe or aximp.exe with the sign option to sign this assembly, but everytime I try to do it I get an error saying "AxInterop.SHDocVw.dll is not a valid type library"..
How can I go by signing my assembly then? Is it impossible
Thank you
Andre
AxInterop.SHDocVw.dl
Interop.SHDocVw.dl
However, when I try to sign my assembly with a strong name I get an error saying that AxInterop.SHDocVw.dll doesn't have a strong name. I searched on the web and I found some people suggesting to use tlbimp.exe or aximp.exe with the sign option to sign this assembly, but everytime I try to do it I get an error saying "AxInterop.SHDocVw.dll is not a valid type library"..
How can I go by signing my assembly then? Is it impossible
Thank you
Andre