Debugging OCX in IE7

P

Phil Zerr

I am working on an OCX our company has. I want to debug in the VB6
environment by just hitting the run button. It tries to launch and gives me
the following error:

Run-time error '50003':

Unexpected error

The same project runs fine on a coworkers box, so I am thinking it's maybe
IE settings?

Thanks for any help!
 
K

kimiraikkonen

I am working on an OCX our company has. I want to debug in the VB6
environment by just hitting the run button. It tries to launch and gives me
the following error:

Run-time error '50003':

Unexpected error

The same project runs fine on a coworkers box, so I am thinking it's maybe
IE settings?

Thanks for any help!

That depends on OCX if it uses shared components of IE. I don't know
what your OCX is designed for, like webbrowser control, it may affect
settings if your OCX contains wrapped functions of IE and Shdocvw.dll.

Thanks,

Onur Güzel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top