Results 1 to 5 of 5

Thread: NOT CORRECTLY REGISTERED

  1. #1

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    Question

    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

  2. #2
    Addicted Member jeroenh's Avatar
    Join Date
    Aug 2000
    Location
    Rotterdam, Holland
    Posts
    201
    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.

    Catch you later,

    Jeroen Hoekemeijer
    Code:
    If 1 = 2 Then MajorError

  3. #3

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    Question made in vb

    the user control were made in vb

  4. #4
    Guest
    Try registering it. Go to Start > Run and type this in:

    regsvr32 C:\MyOcx.ocx

  5. #5

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    Thumbs down wo not work

    give message

    "can not load library"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width