Hi
I have 2 applications, when I install 1 after other, when I go run the first, give me message:
COMPONENT SETLOGIN.OCX OR ONE OF ITS DEPENDENCIES NOT CORRECTLY REGISTERED: A FILE IS MISSING OR INVALID
What Happened?
thank you in advance
Printable View
Hi
I have 2 applications, when I install 1 after other, when I go run the first, give me message:
COMPONENT SETLOGIN.OCX OR ONE OF ITS DEPENDENCIES NOT CORRECTLY REGISTERED: A FILE IS MISSING OR INVALID
What Happened?
thank you in advance
A control that was used in the program was not registered. This could be because you are working on a diffrent computer thatn the one it was created on and this file isn't present here.
Or you have made your own usercontrol but unlike the Borland program, VB doesn't put thos in the program. VB expects you to compile them one at a time and then install both the program and the usercontrol on the PC to run it.
If non of the above is the case. Them I'm sorry but I don't have an answer for you.
:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p:p
the user control were made in vb
Try registering it. Go to Start > Run and type this in:
regsvr32 C:\MyOcx.ocx
give message
"can not load library"