monkeylizard
MIS
VB Newb here...
I'm attempting to open an existing project tht was devloped on another developer's PC. When I try on my PC with a clean install of VB5 and SP3 I receive the following:
Errors during load. Refer to \\..\f_fgmain.log for details
f_fgmain.log has the following entries:
Line 116: Class ComctlLib.Toolbar of control tlbInstr was not a loaded control class.
Line 230: Class ComctlLib.Toolbar of control tlbLabor was not a loaded control class.
Line 329: Class ComctlLib.Toolbar of control tlbCom was not a loaded control class.
Line 551: Class ComctlLib.Toolbar of control tlbBOM was not a loaded control class.
Line 596: Class ComctlLib.TabStrip of control tsOptions was not a loaded control class.
Line 640: Class ComctlLib.ImageList of control ImageList1 was not a loaded control class.
Obviously I have some controls that I need to load, but have no idea what or how. Any help would be appreciated.
Monkeylizard
-Isaiah 35-
I'm attempting to open an existing project tht was devloped on another developer's PC. When I try on my PC with a clean install of VB5 and SP3 I receive the following:
Errors during load. Refer to \\..\f_fgmain.log for details
f_fgmain.log has the following entries:
Line 116: Class ComctlLib.Toolbar of control tlbInstr was not a loaded control class.
Line 230: Class ComctlLib.Toolbar of control tlbLabor was not a loaded control class.
Line 329: Class ComctlLib.Toolbar of control tlbCom was not a loaded control class.
Line 551: Class ComctlLib.Toolbar of control tlbBOM was not a loaded control class.
Line 596: Class ComctlLib.TabStrip of control tsOptions was not a loaded control class.
Line 640: Class ComctlLib.ImageList of control ImageList1 was not a loaded control class.
Obviously I have some controls that I need to load, but have no idea what or how. Any help would be appreciated.
Monkeylizard
-Isaiah 35-