0

I tried to consume 3rd. party COM object from JavaScript. from some reason, it crashes my internet explorer with no apparent reason when the object is beig disposed.

The COM object works perfectly when using it from other environments (like vb and C#)

any suggestions? can it be IE security setting that cause the problem? does anynone knows any keypoints for COM object usage from JavaScryp/Iexplorer?

Many thanks,

john

1
  • What error are you getting? Are you getting any HRESULT value? Commented Feb 17, 2009 at 15:57

1 Answer 1

1

As a first check, try the same script in different browsers. If the problem only shows up in IE, you might want to make sure the COM object supports IObjectSafety.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.