Click to See Complete Forum and Search --> : License not found


parrypang
October 16th, 2001, 03:01 AM
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 !

Shiv Kumar G.M.
October 16th, 2001, 07:25 AM
Have you tried to manually register those components, using RegSvr32.exe

Regards,
Shivakumar G.M.

Iouri
October 16th, 2001, 08:23 AM
Try to run vbctrl.reg from VB CD. You can find it under
Common\Tools\VB\Controls

Iouri Boutchkine
iouri@hotsheet.com

pmads
October 19th, 2001, 11:49 AM
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