CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2001
    Posts
    5

    License not found

    While opening an existing project on a PC which just installed VB5 ( this PC might have installed VB previously but was uninstalled), it generated an error log for one of the forms which said,

    Line 126: Cannot load control UDWorkSeq; license no found.
    Line 168: Cannot load control msfgCurrent; license not found.

    where UPWorkSeq is the Updown control
    and msfgCurrent is the MSFlexgrid control

    and I am sure they are registered on the PC.
    If I tried to add the msflexgrd control to the form, it said,

    "License information for this component not found. You do not have an appropriate license to use this functionality in the design environment."

    Pls help & hint. Many thanks !



  2. #2
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Re: License not found

    Have you tried to manually register those components, using RegSvr32.exe

    Regards,
    Shivakumar G.M.


  3. #3
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: License not found

    Try to run vbctrl.reg from VB CD. You can find it under
    Common\Tools\VB\Controls

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  4. #4
    Join Date
    Sep 2001
    Posts
    2

    Re: License not found

    Yes - manually registering the control should help. If it still doesn't work, then make sure that you have a reference
    to the control in the Project->Components and use the same version of the control in the form.

    Regards.
    Madhavi



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