CreateObject Problem
i'm having problem createobject , cfobject items in coldfusion. i'm using windows xp , cfmx 7.2. following error when use following code.
code:
pdfcom = createobject("com", "bcleasypdf.easypdf")
error:
an exception occurred when instantiating com object.
cause of exception that: automationexception: 0x8007007e - .
i don't think has i'm trying connect to, think has permissions or something. i've verified program installed @ "bcleasypdf.easypdf" found in regedit. i've tried cfobject try , connect "word.application" not work.
any or leads quite helpful.
thanks.
code:
pdfcom = createobject("com", "bcleasypdf.easypdf")
error:
an exception occurred when instantiating com object.
cause of exception that: automationexception: 0x8007007e - .
i don't think has i'm trying connect to, think has permissions or something. i've verified program installed @ "bcleasypdf.easypdf" found in regedit. i've tried cfobject try , connect "word.application" not work.
any or leads quite helpful.
thanks.
More discussions in Advanced Techniques
adobe
Comments
Post a Comment