Hi,
We are trying to upgrade our customized 9.7.1 module to Content 10.5.0 new source format.
We are making ActiveX object referencing to external dll from the oscript code for our customized functionality.In Content Server 10.5.0 ,the main issue seen is that activeX object is not being created in new source code format when module is being run from eclipse . We are using Eclipse Juno version.
The same module is working fine when it is run from web browser.
Below the code related to ActiveX call which is being used in our module
OleDispatch HelperObj
ActiveX.Initialize()
$HelperObj = ActiveX.CreateObject("HelperObj.Helper")
In the above code It is seen that, the activeX object is not being created/initialzed when the module is run from Eclipse . It is reporing the folowing error
ERROR KOSClass_Undefined::DotInvoke( 0000000000000000, 'GetTypeAndMetadataAsString' ) !CanInvoke
15:42:39,700 ERROR Err:err_get_msg - Could not load -1
Should we have to add any external library in Eclipse IDE to make ActiveX Calls successfully from Content Server module through Eclipse IDE .
Thanks