Results 1 to 3 of 3

Thread: Error loading forms...

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    62

    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?

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    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.

  3. #3
    PowerPoster
    Join Date
    Aug 2002
    Location
    NY, NY
    Posts
    2,139
    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
    Roy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width