Link to home
Start Free TrialLog in
Avatar of rsajoo
rsajoo

asked on

Error with MSDataGridLib.DataGrid control

Hi, I copied a form from one project to another and when i execute the project I get teh following errors(generated in teh log file):

"Line 18: Class MSDataGridLib.DataGrid of control dtgTable was not a loaded control class."

Line 10: Property Icon in frmUpdateTable had an invalid file reference.
Line 19: Property Bindings in dtgTable had an invalid file reference.

Anyone run accross this b4 and know how to fix it?
RS
ASKER CERTIFIED SOLUTION
Avatar of Sandeepk1999
Sandeepk1999

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sandeepk1999
Sandeepk1999

Other option is, open the new project in VB, add reference to "MSDataGridLib.DataGrid", save only the VBP file and close without saving the frm file.

Sandeep