Results 1 to 3 of 3

Thread: Class not registered

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Location
    Houston, Texas - U.S.A.
    Posts
    84

    Question

    I have VB6 installed on 2 separate computers. On the 1st, I created an ActiveX command button and compiled it into an .ocx file. On both computers I have a copy of the same application files. After copying the .ocx file to the second computer and using the new ActiveX control, I modified the application and copied the files back to the 1st computer. When trying to access the application on the 1st computer I receive a "Class Not Registered - Error 713" error. VB won't allow me to open the form on which I used the new ActiveX control. Why doesn't VB recognize this control when it was created on this computer?





  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Did you register the AX control using regsvr32.exe?
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Location
    Houston, Texas - U.S.A.
    Posts
    84
    No I haven't, but I thought that regsvr32.exe was used to register .dll's ?? I never used it before.

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