50003 Unexpected error, totaly unexpected, but why? 
Author Message
 50003 Unexpected error, totaly unexpected, but why?

We have a program that is working fine on every machine we have installed it
on. But on this single machine, it gives the error 50003, Unexpected error,
when loading a form ("Load dbForm"). It's running on a Windows NT
Workstation. The form loaded does nothing much more than get settings from
the register. Its made out of three textfields, three lables and a common
control dialog. We use VB5.

What makes the error appear?

Peter Traegaardh
KNM Electronic




Mon, 01 Jan 2001 03:00:00 GMT  
 50003 Unexpected error, totaly unexpected, but why?
This is an error with comctl32.ocx.  Look for duplicates of this file.  You
want to be using the one in windows\system (or system32).  Some other
programs install this into their own directory and register it for you.  To
try to fix it, type in a DOS shell:

c:\windows\system\regsvr32.exe comctl32.ocx

This could happen also if you developed under 95 with an explicit reference
to comctl32, and the reference is no good under NT (different versions).

Hope this helps.

Nate


Quote:
>We have a program that is working fine on every machine we have installed
it
>on. But on this single machine, it gives the error 50003, Unexpected error,
>when loading a form ("Load dbForm"). It's running on a Windows NT
>Workstation. The form loaded does nothing much more than get settings from
>the register. Its made out of three textfields, three lables and a common
>control dialog. We use VB5.

>What makes the error appear?

>Peter Traegaardh
>KNM Electronic





Mon, 01 Jan 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Unexpected error (runtime error 50003)

2. Error 50003 Unexpected error ??????????

3. Run-time error '50003' Unexpected Error

4. Run-time error '50003': Unexpected error

5. Winsock Error: 50003 Unexpected Error

6. Unexpected error - 50003

7. Help! Unexpected Error 50003

8. Unexpected Error 50003, need help and wait online!!!

9. Unexpected Error '50003'

10. unexpected error 50003

11. Unexpected error 50003 - Any ideas?

12. Unexpected Error 50003

 

 
Powered by phpBB® Forum Software