when i click on a form to load up it generates a log file with this error message in it
Line 26: Cannot load control gauProgress; license not found.
this is a project that ihave taken over from an outside company
any ideas....help???
Printable View
when i click on a form to load up it generates a log file with this error message in it
Line 26: Cannot load control gauProgress; license not found.
this is a project that ihave taken over from an outside company
any ideas....help???
Sounds like there is a control that is not registered on your machine. Try to find out what that control is and attempt to register it byt typing this in the run command:
regsvr32.exe control.dll
If that gives you an error it could mean that you do not have that control and i would suggest contacting the company that you attained this project from.
Gl,
D!m