-
Error loading forms...
Fired up VS, went to open my most recent project, and got these (generated in a frm.log)
Line 41: Class ComctlLib.ListView of control ListView1 was not a loaded control class.
Line 58: Class ComctlLib.ListView of control lvwBIOS was not a loaded control class.
Line 75: Class ComctlLib.ListView of control lvwDrives was not a loaded control class.
Line 92: Class ComctlLib.ListView of control lstCPU was not a loaded control class.
Line 110: Class ComctlLib.ListView of control lstDisplay was not a loaded control class.
I'm too new to have a clue what this means--This has been compiled and works, and had no problems for the week or so that I've been working on it, then BLAM.
Any help?
-
Sounds like you have deleted a file (.prg or .frx or something) that references components that you need in your project. You can add them by going to Project > Components.
-
This means that the project you trying to load is utilizing Windows Common Control library. If you don't have VB Pro or Enterprize then you will need either one or this problem will persist otherwise.
On the other hand if do have one of the mentioned above versions and it is your existing project then it's more complicated and it means that Windows OS has lost pointer to MSCOMCTL.OCX (registry has been broken). You will need either try to re-register it or better re-install VB.
Cheers