|
-
Jan 24th, 2010, 07:05 AM
#1
Thread Starter
Fanatic Member
[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.
-
Jan 24th, 2010, 07:39 AM
#2
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,...
-
Jan 24th, 2010, 07:44 AM
#3
Thread Starter
Fanatic Member
Re: Why the error occured? It was working fine yesterday.
 Originally Posted by akhileshbc
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.
-
Jan 24th, 2010, 08:05 AM
#4
Frenzied Member
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!
-
Jan 24th, 2010, 12:53 PM
#5
Thread Starter
Fanatic Member
Re: Why the error occured? It was working fine yesterday.
 Originally Posted by vb5prgrmr
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|