When I tried to migrate all my VB program files into a newly setup NT system. I got this log message when loading
the VB project.
Line 17: Cannot load control clbToolbar; license not found.
what does that mean? thx
Printable View
When I tried to migrate all my VB program files into a newly setup NT system. I got this log message when loading
the VB project.
Line 17: Cannot load control clbToolbar; license not found.
what does that mean? thx
You need to include the specifed control (.ocx or .ctl), locate it either via Start > Find and then copy it, or use the Setup Wizard included by VB (I use 5 enterprise, not sure for other versions, Package & Deployment?)
and create a Dependency File, get the path to the control and copy it to the new system
Hope this helps.
Jop