Results 1 to 5 of 5

Thread: [RESOLVED] Why the error occured? It was working fine yesterday.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Posts
    788

    Resolved [RESOLVED] Why the error occured? It was working fine yesterday.

    Dear Friends,

    My VB6 Project file was working fine yesterday. And today when I tried to open it, it gives an error "C:\Accounts.vbp could not be loaded". I tried even creating new Project with another name and tried open one of the forms importing from the previous folder. The error reads "C:\DailyAccounts.frm could not be loaded" What could be problem and how to handle it. I have no back for this work but lots of frames I designed.

    Any help please.

  2. #2
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Why the error occured? It was working fine yesterday.

    Did you see any log files in your folder...??? (eg: DailyAccounts.log)... If so, see what it contains... And post it here...

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Posts
    788

    Re: Why the error occured? It was working fine yesterday.

    Quote Originally Posted by akhileshbc View Post
    Did you see any log files in your folder...??? (eg: DailyAccounts.log)... If so, see what it contains... And post it here...
    No log file is there? Any way to get my vbp file work.

  4. #4
    Frenzied Member
    Join Date
    Mar 2009
    Posts
    1,182

    Re: Why the error occured? It was working fine yesterday.

    Open it up in notepad and if it looks like this...
    Code:
    VERSION 5.00Begin VB.Form Form1    Caption         =   "Form1"   ClientHeight    =   3060   ClientLeft      =   120
    Then you will need to add the carriage returns back into the form definition...

    If it looks like a bunch of squares, you have lost the file and will need to start over.



    Good Luck
    Option Explicit should not be an Option!

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Posts
    788

    Re: Why the error occured? It was working fine yesterday.

    Quote Originally Posted by vb5prgrmr View Post
    Open it up in notepad and if it looks like this...
    Code:
    VERSION 5.00Begin VB.Form Form1    Caption         =   "Form1"   ClientHeight    =   3060   ClientLeft      =   120
    Then you will need to add the carriage returns back into the form definition...

    If it looks like a bunch of squares, you have lost the file and will need to start over.



    Good Luck
    Thanks for the reply. It works fine on another computer.

    Regards,

    Vblearner6

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