c# - Access to the registry key is denied (ABCPdf) -
c# - Access to the registry key is denied (ABCPdf) -
i trying out abcpdf 8.1 , when using addimageurl(...)
method next error:
access registry key 'hkey_current_user\software\microsoft\internet explorer\main\featurecontrol' denied.
i have looked in registry , main\featurecontrol not exist current_user cannot alter permissions on it.
has experienced before, or know of solutions try?
thanks in advance
perhaps it's problem between ie9 , abcpdf.if error comes using addhtml() or addimagehtml() , suggest alter rendering engine mshtml gecko.
thedoc.htmloptions.engine = enginetype.gecko;
http://www.websupergoo.com/support.htm
in case, solution solved error.
c# abcpdf
Comments
Post a Comment