CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2000
    Location
    HangZhou, ZheJiang, China
    Posts
    9

    ActiveX Control out of dated

    Hi,
    I have an application built with Visual Basic 6.0, and the application includes one exe file and six ocx files.
    I have finished the test period of the application and transfered the product to the client side. But now, 6 months later, the client report that the application's user interface is lost. when I check it, it gives me a message that said "Failed to load myControl, the myControl.ocx is out of dated."

    why?
    any suggestion is welcome.
    thx in advance!


    walter lee


  2. #2
    Join Date
    Feb 2001
    Location
    UK
    Posts
    39

    Re: ActiveX Control out of dated

    What was the OCX? A freebie? try recompiling the project.
    Also, unregister and re-register the OCX on the client side - maybe the registry entry has barfed.


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

Featured