Debugging OCX in IE7

  • Thread starter Thread starter Phil Zerr
  • Start date Start date
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!
 
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
 
Back
Top