ActivexControl
-
Hello, I have Create a Activexcontrol through Classlibray Project .and i have used another dll in ClassLibrary Project. when we call this Activexcontrol in Html Page using JavaScripte then its Throw Error "Automation Server Can't Create Object" my code is in Javscript as follows:- function comEventOccured() { <script type='text/javascript' language='javascript'> function comEventOccured() { var x = new ActiveXObject("ClassLibrary1.Class1"); <!-- Access the Method --> x.process1("FEDC-8011-0002-8469-5831","C:\\Program Files\\ABBYY FineReader Engine 8.1\\Bin\\FREngine.dll","C:\\Documents and Settings\\Administrator\\Desktop\\new_template\\sankar.frm","C:\\Documents and Settings\\Administrator\\Desktop\\TestSankar","TIF","C:\\Output"); alert(); } I have passed the path in parameter Because i have passed 6 value in parameter in function... So Please Give Idea ..Why its throw message Thanks & Regards Raushan
-
Hello, I have Create a Activexcontrol through Classlibray Project .and i have used another dll in ClassLibrary Project. when we call this Activexcontrol in Html Page using JavaScripte then its Throw Error "Automation Server Can't Create Object" my code is in Javscript as follows:- function comEventOccured() { <script type='text/javascript' language='javascript'> function comEventOccured() { var x = new ActiveXObject("ClassLibrary1.Class1"); <!-- Access the Method --> x.process1("FEDC-8011-0002-8469-5831","C:\\Program Files\\ABBYY FineReader Engine 8.1\\Bin\\FREngine.dll","C:\\Documents and Settings\\Administrator\\Desktop\\new_template\\sankar.frm","C:\\Documents and Settings\\Administrator\\Desktop\\TestSankar","TIF","C:\\Output"); alert(); } I have passed the path in parameter Because i have passed 6 value in parameter in function... So Please Give Idea ..Why its throw message Thanks & Regards Raushan
You need to change your browser settings to allow ActiveX controls.
-
You need to change your browser settings to allow ActiveX controls.
-
Tools > Options > Security TAB > Custom Level. Note : ActiveX will work only on IE.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Tools > Options > Security TAB > Custom Level. Note : ActiveX will work only on IE.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Hello, I have Create a Activexcontrol through Classlibray Project .and i have used another dll in ClassLibrary Project. when we call this Activexcontrol in Html Page using JavaScripte then its Throw Error "Automation Server Can't Create Object" my code is in Javscript as follows:- function comEventOccured() { <script type='text/javascript' language='javascript'> function comEventOccured() { var x = new ActiveXObject("ClassLibrary1.Class1"); <!-- Access the Method --> x.process1("FEDC-8011-0002-8469-5831","C:\\Program Files\\ABBYY FineReader Engine 8.1\\Bin\\FREngine.dll","C:\\Documents and Settings\\Administrator\\Desktop\\new_template\\sankar.frm","C:\\Documents and Settings\\Administrator\\Desktop\\TestSankar","TIF","C:\\Output"); alert(); } I have passed the path in parameter Because i have passed 6 value in parameter in function... So Please Give Idea ..Why its throw message Thanks & Regards Raushan
-
Please go throygh the Link Hope it will help you
Cheers!! Brij Check My Latest Article
-
i think u change the custom levl settings of Internet .Change custom security settings of Local Intranet.
sabarimd
-
i think u change the custom levl settings of Internet .Change custom security settings of Local Intranet.
sabarimd
-
i think u change the custom levl settings of Internet .Change custom security settings of Local Intranet.
sabarimd
-
Thanks, but i have changed Local intranet custom level.. and again throw same message, Please suggest me what will i do...?