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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -