Discussion:
Vb6 Project won't load
(too old to reply)
HackaJAck
2006-10-02 07:32:02 UTC
Permalink
Can someone please tell me what is wrong with my project. I have been working
on this project for 5 months. My deadline is the 9th of October. This morning
when I tried to open my project, VB6 told me that it was unable to load my
project. I tried opening form by form, but some of the forms wouldn't open
and logged and error (Line 9: Class MSAdodcLib.Adodc of control adoDep was
not a loaded class).

I even tried to make a new project and save add the forms to this project,
but they just won't add. All of them gives me the above error. All my other
VB6 projects works . Please could you tell me what to do, I have one week
left to complete this. I'm using Windows XP SP2, with .Net Framework, and
Visual Studio 6 Enterprise Edition. I update my virus protection daily and
download Microsoft updates on a regular basis.
expvb
2006-10-02 09:08:08 UTC
Permalink
Post by HackaJAck
Can someone please tell me what is wrong with my project. I have been working
on this project for 5 months. My deadline is the 9th of October. This morning
when I tried to open my project, VB6 told me that it was unable to load my
project. I tried opening form by form, but some of the forms wouldn't open
and logged and error (Line 9: Class MSAdodcLib.Adodc of control adoDep was
not a loaded class).
I even tried to make a new project and save add the forms to this project,
but they just won't add. All of them gives me the above error. All my other
VB6 projects works . Please could you tell me what to do, I have one week
left to complete this. I'm using Windows XP SP2, with .Net Framework, and
Visual Studio 6 Enterprise Edition. I update my virus protection daily and
download Microsoft updates on a regular basis.
"MSAdodcLib.Adodc" is "Microsoft ADO Data Control 6.0". You have a problem
in your references or controls. Check if any of the references are missing.

Also, open your VBP files with Notepad and post the lines that begin with
"Object=" and "Reference=" here.
HackaJAck
2006-10-02 09:46:02 UTC
Permalink
Hi,

I have tried to open my VBP file with notepad, by Notepad stays empty.
Larry Serflaten
2006-10-02 10:02:17 UTC
Permalink
Post by HackaJAck
I have tried to open my VBP file with notepad, by Notepad stays empty.
That's a problem, the VBP file is a text file.

Start a new project, and add in the references you need then try loading
in the forms, one by one (again). Be sure to add controls and references
BEFORE you try to add the forms that need them....

LFS
HackaJAck
2006-10-02 12:14:02 UTC
Permalink
I have tried to load all the references as well as the ado components, by it
still gives me the same error.
JP Bless
2006-10-02 12:21:37 UTC
Permalink
Do you have a back up of your project? If yes, have you tried to load it? If
no back up, well... extremely risky habit to not have one.
Post by HackaJAck
I have tried to load all the references as well as the ado components, by it
still gives me the same error.
HackaJAck
2006-10-02 12:39:07 UTC
Permalink
Yes I have backed it up on Friday, but the backup gives me the same error,
even on a different machine
JP Bless
2006-10-02 19:17:39 UTC
Permalink
Have you tried to load the app on a different operating system? I have an XP
box that is set to download Windows update automatically... I notice that
box has a very high rate of causing VB project loading error. I understand
it is not the best to "automaticatically download Windows Update" for Xp box
used to run VB development enviroment.
Post by HackaJAck
Yes I have backed it up on Friday, but the backup gives me the same error,
even on a different machine
expvb
2006-10-02 12:30:39 UTC
Permalink
Post by HackaJAck
Hi,
I have tried to open my VBP file with notepad, by Notepad stays empty.
If you have the original VBP or an older version of VBP, open it with
Notepad.

However, even if you don't have it, after a full backup, start a new
project, remove Form1 from the project by clicking on it and going to the
Project menu, then clicking on "Remove Form1".

Next, go to Project, Components, then add "Microsoft ADO Data Control 6.0".

Finally, add the files from the pervious project to the new project.
HackaJAck
2006-10-03 05:20:01 UTC
Permalink
Post by expvb
Post by HackaJAck
Hi,
I have tried to open my VBP file with notepad, by Notepad stays empty.
If you have the original VBP or an older version of VBP, open it with
Notepad.
However, even if you don't have it, after a full backup, start a new
project, remove Form1 from the project by clicking on it and going to the
Project menu, then clicking on "Remove Form1".
Next, go to Project, Components, then add "Microsoft ADO Data Control 6.0".
Finally, add the files from the pervious project to the new project.
I have also tried that but some of the forms wont load. I have noticed that when I open some of the forms with notepad, its empty. My VBP file is also empty. I have attempted to open it with a previous VBP, but some of the forms wont load.
expvb
2006-10-03 08:59:42 UTC
Permalink
Post by expvb
I have also tried that but some of the forms wont load. I have
noticed that when I open some of the forms with notepad, its
empty. My VBP file is also empty. I have attempted to open
it with a previous VBP, but some of the forms wont load.
If you opened the FRM file with Notepad and you saw nothing, then the form
code is lost and you have to use a backup. I have never heard of VB6 doing
this, so it must be from another source. Look at the file size for the FRM
file for one of the forms that you can't load and post it here for some
guidance. Right click the file and select Properties and post the file size
in bytes, not what Windows Explorer shows which is in rounded kilobytes.
HackaJAck
2006-10-03 13:39:02 UTC
Permalink
frmAttendance - 105,444 bytes
frmEmployee - 81,810 bytes
frmSystemSettings - 16,756 bytes
frmMess - 10, 421 bytes
frmReports - 31, 551 bytes

We had a power failure last week while I was working on the project, but
when it came back on, the project opened ok. It waws only on Monday morning
that it refused to open.
i***@hotmail.com
2006-10-04 10:02:03 UTC
Permalink
I seems to be having the same problem, We have been using a package
called as "Graphics Server" and now have updated to it's newer version
it worked fine with changes in the reference and in code, but while
running with "Start With Full Compile"option it moarned about few
constants which were still refering to the old library after updating
them to new version when I compiled my program following error appeared
and highlited few lines in the code
"2147418113(8000ffff)
Automation Error
Castastrophic Failure"
I tried few things and now this error is coming "Project File thing.VBP
is corrupt, and can't be loaded"
Your earliest reply is urgenly awaited... you can aslo email me on
***@hotmail.com

Cheers!

I'm coping my .VBP file as an additional source of information


Type=Exe
Reference=*\G{0E3B7611-7892-11D2-84D9-0040C71340BC}#7.a#0#..\..\..\..\..\WINDOWS\system32\Trax.dll#
Object={A964BDA3-3E93-11CF-9A0F-9E6261DACD1C}#3.0#0; Resize32.ocx
Reference=*\G{00025E01-0000-0000-C000-000000000046}#4.0#0#..\..\..\..\..\Program
Files\Common Files\Microsoft Shared\DAO\DAO350.DLL#Microsoft DAO 3.5
Object Library
Reference=*\G{1C82EAD8-508E-11D1-8DCF-00C04FB951F9}#1.0#0#..\..\..\..\..\WINDOWS\System32\inetcomm.dll#Microsoft
MIMEEDIT Type Library 1.0
Object={09467F50-BBA5-11D4-B8F6-080030001D26}#5.0#0; polarzip.ocx
Reference=*\G{3FA7DEA7-6438-101B-ACC1-00AA00423326}#1.15#0#..\..\..\..\..\PROGRA~1\COMMON~1\SYSTEM\MSMAPI\1033\CDO.DLL#Microsoft
CDO 1.21 Library
Object={7821D3E7-21C7-48B0-9938-31AD0AF082AF}#1.0#0; IMACTX80.ocx
Object={1D439C92-B20B-47F5-BEA3-E080E481B2C3}#1.0#0; ImTwain8.ocx
Reference=*\G{19CD2397-D366-425F-AE02-07CFF09AA02D}#2.5#0#..\..\..\..\..\WINDOWS\system32\polarcrypto.dll#Polar
Crypto 2.5 ActiveX control
Reference=*\G{420B2830-E718-11CF-893D-00A0C9054228}#1.0#0#..\..\..\..\..\WINDOWS\system32\scrrun.dll#Microsoft
Scripting Runtime
Object={A8B3B723-0B5A-101B-B22E-00AA0037B2FC}#1.0#0; grid32.ocx
Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX
Object={B16553C3-06DB-101B-85B2-0000C009BE81}#1.0#0; spin32.ocx
Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0; tabctl32.ocx
Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; comctl32.ocx
Object={8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0; MSCAL.OCX
Object={0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#1.0#0; threed32.ocx
Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx
Object={8AE029D0-08E3-11D1-BAA2-444553540000}#3.0#0; VSFLEX3.OCX
Object={654D070F-528D-11D4-B401-0040C71340BC}#8.1#0; PrintForm.ocx
Object={008BBE7B-C096-11D0-B4E3-00A0C901D681}#1.0#0; teechart.ocx
Object={3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0; RICHTX32.OCX
Object={20C62CAE-15DA-101B-B9A8-444553540000}#1.1#0; MSMAPI32.OCX
Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; MSWINSCK.OCX
Object={0EABA3C3-D884-101B-8CAE-00006E44AAB2}#1.0#0; imocx32.ocx
Module=Forms; Modules\forms.bas
Module=Databases; Modules\database.bas
Form=Forms\Database\NETWEBAdminLogin.frm
Form=Forms\Networks\NETAdminSetup2.frm
Form=Forms\Database\StarImpEnh.frm
Form=Forms\FormDesign\Rectangle.frm
Form=Forms\licsetup.frm
Form=Forms\Database\GraphDetails.frm
Form=Forms\FormDesign\Offset.frm
Form=Forms\Database\FormLayout.frm
Form=Forms\Database\SetupFieldsNew.frm
Form=Forms\Database\SetupComm.frm
Form=Forms\Database\TabOrder.frm
Form=Forms\Database\RecordEdit.frm
Form=Forms\Database\RecordListSetup.frm
Form=Forms\Database\ResultsPrint.frm
Form=Forms\Database\ResultsExport.frm
Form=Forms\FormDesign\AnswerBoxes.frm
Form=Forms\FormDesign\Statistics.frm
Form=Forms\FormDesign\AutoSave.frm
Form=Forms\FormDesign\Images.frm
Form=Forms\FormDesign\Barcodes.frm
Form=Forms\Database\NewRecordImport.frm
Form=Forms\FormDesign\Text.frm
Form=Forms\Database\ReportDesign.frm
Form=Forms\Database\ReportHeader.frm
Form=Forms\Database\ReportLabels.frm
Form=Forms\Database\ReportComments.frm
Form=Forms\Database\RecordImportEnh.frm
Form=Forms\FormDesign\AnswerBoxesSSS.frm
Form=Forms\FormDesign\PaperSize.frm
Form=Forms\Database\grpsetup.frm
Form=Forms\Database\RecordGlobal.frm
Form=Forms\FormDesign\HandWriten.frm
Form=Forms\FormDesign\Colour.frm
Form=Forms\Database\frmimere.frm
Form=Forms\Database\ReportAnswers.frm
Form=Forms\Database\maketiff.frm
Form=Forms\Networks\srvrlist.frm
Form=Forms\FormDesign\List.frm
Form=Forms\Database\CreateNew.frm
Form=Forms\Networks\nsfread.frm
Form=Forms\Networks\srvrproj.frm
Form=Forms\Database\password.frm
Form=Forms\Backdrop.frm
Form=Forms\Networks\frmWEBCr.frm
Form=Forms\Networks\frmWEBDelete.frm
Form=Forms\Database\GropScan.frm
Form=Forms\Database\StarImp.frm
Form=Forms\Database\DBSBatchDat.frm
Form=Forms\FormDesign\FMDOpenNew1.frm
Form=Forms\Database\ResultsPrintR.frm
Form=Forms\MMIniSetup.frm
Form=Forms\Database\DBSPreferences.frm
Form=Forms\Database\ScanAll.frm
Form=Forms\Database\DBSFormProp.frm
Form=Forms\Database\DBSLew.frm
Form=Forms\Database\RecordImport.frm
Form=Forms\FormDesign\FMDRefGridProperties.frm
Form=Forms\Database\newpreview.frm
Form=Forms\FormDesign\FMDPrint.frm
Form=Forms\Database\frmTeleScan.frm
Form=Forms\FormDesign\FMDPropertyHandEntryBox.frm
Form=Forms\FormDesign\FMDInsertSpace.frm
Form=Forms\Networks\NetEMailAddress.frm
Form=Forms\Database\RecordList.frm
Form=Forms\FormDesign\DesignSystem.frm
Form=Forms\Database\ResultsGraph.frm
Form=Forms\Database\RecordResults.frm
Form=Forms\Database\ResultsSQL.frm
Form=Forms\Networks\NETFormConvert.frm
Form=Forms\Database\Enhanced.frm
Form=Forms\Database\Results.frm
Form=Forms\Database\RecordsExport.frm
Module=Printing; Modules\printers.bas
Form=Forms\Database\ResPrnInd.frm
Module=System; Modules\system.bas
Form=Forms\Database\Printing.frm
Form=Forms\Database\DBSMainMenu.frm
Form=Forms\Networks\NetRetrieve.frm
Form=Forms\Database\DBSDepartMod.frm
Module=Calculations; Modules\Calculations.bas
Form=Forms\FormDesign\FMDHeadersFooters.frm
Form=Forms\Database\DBSColourchecking.frm
Form=Forms\Database\DBSLocalBlankMark.frm
Form=Forms\Exams\DBSExamReports.frm
Form=Forms\Exams\displayquestions.frm
Form=Forms\Exams\exporttocsv.frm
Form=Forms\Exams\printersreportingwizardp2.frm
Form=Forms\Exams\printpreview.frm
Form=Forms\Exams\printpreviewpersonal.frm
Form=Forms\Exams\questionalter.frm
Form=Forms\Exams\reportingwizard.frm
Form=Forms\Exams\reportsother.frm
Form=Forms\Exams\ResultsPrintR.frm
Form=Forms\Exams\stsopendb.frm
Form=Forms\Database\DBSCoversheet.frm
Form=Forms\Database\DBSGetcomparedata.frm
Form=Forms\Database\DBSNationalLink.frm
Form=Forms\Database\DBSNationalQuestsetup.frm
Form=Forms\Database\DBSManualEntry.frm
Form=Forms\Exams\EXAMEMQ.frm
Form=Forms\Exams\EXAMDBSExamGraph.frm
Form=Forms\Exams\EXAMDBSExamGraphshow.frm
Form=Forms\FormDesign\FMDDeleteSpace.frm
Form=Forms\Database\DBSLoreal.frm
Form=Forms\Database\DBSPasswordScreen.frm
Form=Forms\FormDesign\FMDRCPCH.frm
Form=Forms\Database\DBSColourCheckingExtendedMatching.frm
Form=Forms\Database\frmWebUpload.frm
Form=Forms\Database\frmWebDownload.frm
Form=Forms\Database\NETWEBUploadDir.frm
Form=TeleScan\DBSTeleProject.frm
Module=ftp; Modules\ftp.bas
Form=Forms\Mainmenu3.frm
Form=Forms\Exams\EXAMDepChoice.frm
Form=Forms\Exams\EXAMSchemeSetup.frm
Form=Forms\Exams\EXAMQA.frm
Form=Forms\Exams\EXAMQASetup.frm
Form=Forms\Exams\EXAMPQA.frm
Form=Forms\Exams\EXAMPQASetup.frm
Form=Forms\Database\DBSFormReportQuery.frm
Form=Forms\Database\DBSWeightingDepart.frm
Form=Forms\Exams\EXAMQABP.frm
Form=Forms\Exams\EXAMPQABP.frm
Form=Forms\Networks\NetPostChoose.frm
Form=Forms\Networks\WebComments.frm
Form=Forms\Database\DBSCombineDatabase.frm
Form=Forms\Registration\MMRegistration.frm
Form=Forms\Registration\MMEnterKey.frm
Module=RegCreate; Forms\Registration\RegCreate.bas
Module=PolarCryptoVBDLL; Forms\Registration\PolarCryptoVBDLL.bas
Form=Forms\Database\DBSPasswordNew.frm
Form=Forms\Networks\makedisc.frm
Form=Forms\Registration\frmOtherContact.frm
Form=Forms\Registration\MMConStatus.frm
Form=Forms\Registration\frmInfo.frm
Module=OMRAPI; Modules\OMRAPI.bas
Form=Forms\Database\frmShowResults.frm
Form=Forms\DBSSelectQBList.frm
Form=Forms\Database\DBSDepartModSelection.frm
Form=Pip\piplongtitude.frm
Form=Pip\PIPwizard.frm
Form=Forms\FMDFormGroup.frm
Form=Forms\FormDesign\AddHandDEFormatType.frm
Object={827E9F53-96A4-11CF-823E-000021570103}#1.0#0; graphs32.ocx
Form=Forms\Exams\DBSExamReportsColour.frm
IconForm="MMMainMenu"
Startup="MMMainMenu"
HelpFile=""
NoControlUpgrade=1
Title="Print And Scan v 6.20"
ExeName32="PScan620.exe"
Path32="..\.."
Command32="2004/JH/SL/PC/SETUPxx"
Name="PrintAndScan6"
HelpContextID="0"
CompatibleMode="0"
MajorVer=6
MinorVer=20
RevisionVer=172
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName="Trax UK Ltd"
VersionFileDescription="PSCAN620.EXE written by P.Childs"
VersionLegalCopyright="Copyright 1991-2004, Trax UK Ltd."
VersionProductName="Print & Scan v6.20"
CompilationType=-1
OptimizationType=1
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
DebugStartupOption=0

[MS Transaction Server]
AutoRefresh=1
1
Post by expvb
Post by HackaJAck
Can someone please tell me what is wrong with my project. I have been working
on this project for 5 months. My deadline is the 9th of October. This morning
when I tried to open my project, VB6 told me that it was unable to load my
project. I tried opening form by form, but some of the forms wouldn't open
and logged and error (Line 9: Class MSAdodcLib.Adodc of control adoDep was
not a loaded class).
I even tried to make a new project and save add the forms to this project,
but they just won't add. All of them gives me the above error. All my other
VB6 projects works . Please could you tell me what to do, I have one week
left to complete this. I'm using Windows XP SP2, with .Net Framework, and
Visual Studio 6 Enterprise Edition. I update my virus protection daily and
download Microsoft updates on a regular basis.
"MSAdodcLib.Adodc" is "Microsoft ADO Data Control 6.0". You have a problem
in your references or controls. Check if any of the references are missing.
Also, open your VBP files with Notepad and post the lines that begin with
"Object=" and "Reference=" here.
Steve Barnett
2006-10-04 13:24:35 UTC
Permalink
At least you appear to have a project file - that's a start.

If I were attacking this, I'd go at it as follows.

a) I'm assuming that it's word wrap in the news group that affects the
Reference and Object statements - these must appear on one line.
b) Remove the "1" at the bottom of the file and try again. Last statement
should be AutoRefresh=1 and then there should be nothing else.
c) Change that rather strange looking "Path32" statement.
d) Remove (temporarily) half of the Reference and Object statements to see
whether it still objects to the VBP file. If it does, remove some more. If
not, add a few back in until you get the error. By a process of elimination,
find out which statement is causing you grief.

No guarantee it'll fix the problem, but that's where I would start.

Steve
Post by i***@hotmail.com
I seems to be having the same problem, We have been using a package
called as "Graphics Server" and now have updated to it's newer version
it worked fine with changes in the reference and in code, but while
running with "Start With Full Compile"option it moarned about few
constants which were still refering to the old library after updating
them to new version when I compiled my program following error appeared
and highlited few lines in the code
"2147418113(8000ffff)
Automation Error
Castastrophic Failure"
I tried few things and now this error is coming "Project File thing.VBP
is corrupt, and can't be loaded"
Your earliest reply is urgenly awaited... you can aslo email me on
Cheers!
I'm coping my .VBP file as an additional source of information
Type=Exe
Reference=*\G{0E3B7611-7892-11D2-84D9-0040C71340BC}#7.a#0#..\..\..\..\..\WINDOWS\system32\Trax.dll#
Object={A964BDA3-3E93-11CF-9A0F-9E6261DACD1C}#3.0#0; Resize32.ocx
Reference=*\G{00025E01-0000-0000-C000-000000000046}#4.0#0#..\..\..\..\..\Program
Files\Common Files\Microsoft Shared\DAO\DAO350.DLL#Microsoft DAO 3.5
Object Library
Reference=*\G{1C82EAD8-508E-11D1-8DCF-00C04FB951F9}#1.0#0#..\..\..\..\..\WINDOWS\System32\inetcomm.dll#Microsoft
MIMEEDIT Type Library 1.0
Object={09467F50-BBA5-11D4-B8F6-080030001D26}#5.0#0; polarzip.ocx
Reference=*\G{3FA7DEA7-6438-101B-ACC1-00AA00423326}#1.15#0#..\..\..\..\..\PROGRA~1\COMMON~1\SYSTEM\MSMAPI\1033\CDO.DLL#Microsoft
CDO 1.21 Library
Object={7821D3E7-21C7-48B0-9938-31AD0AF082AF}#1.0#0; IMACTX80.ocx
Object={1D439C92-B20B-47F5-BEA3-E080E481B2C3}#1.0#0; ImTwain8.ocx
Reference=*\G{19CD2397-D366-425F-AE02-07CFF09AA02D}#2.5#0#..\..\..\..\..\WINDOWS\system32\polarcrypto.dll#Polar
Crypto 2.5 ActiveX control
Reference=*\G{420B2830-E718-11CF-893D-00A0C9054228}#1.0#0#..\..\..\..\..\WINDOWS\system32\scrrun.dll#Microsoft
Scripting Runtime
Object={A8B3B723-0B5A-101B-B22E-00AA0037B2FC}#1.0#0; grid32.ocx
Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX
Object={B16553C3-06DB-101B-85B2-0000C009BE81}#1.0#0; spin32.ocx
Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0; tabctl32.ocx
Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; comctl32.ocx
Object={8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0; MSCAL.OCX
Object={0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#1.0#0; threed32.ocx
Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx
Object={8AE029D0-08E3-11D1-BAA2-444553540000}#3.0#0; VSFLEX3.OCX
Object={654D070F-528D-11D4-B401-0040C71340BC}#8.1#0; PrintForm.ocx
Object={008BBE7B-C096-11D0-B4E3-00A0C901D681}#1.0#0; teechart.ocx
Object={3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0; RICHTX32.OCX
Object={20C62CAE-15DA-101B-B9A8-444553540000}#1.1#0; MSMAPI32.OCX
Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; MSWINSCK.OCX
Object={0EABA3C3-D884-101B-8CAE-00006E44AAB2}#1.0#0; imocx32.ocx
Module=Forms; Modules\forms.bas
Module=Databases; Modules\database.bas
Form=Forms\Database\NETWEBAdminLogin.frm
Form=Forms\Networks\NETAdminSetup2.frm
Form=Forms\Database\StarImpEnh.frm
Form=Forms\FormDesign\Rectangle.frm
Form=Forms\licsetup.frm
Form=Forms\Database\GraphDetails.frm
Form=Forms\FormDesign\Offset.frm
Form=Forms\Database\FormLayout.frm
Form=Forms\Database\SetupFieldsNew.frm
Form=Forms\Database\SetupComm.frm
Form=Forms\Database\TabOrder.frm
Form=Forms\Database\RecordEdit.frm
Form=Forms\Database\RecordListSetup.frm
Form=Forms\Database\ResultsPrint.frm
Form=Forms\Database\ResultsExport.frm
Form=Forms\FormDesign\AnswerBoxes.frm
Form=Forms\FormDesign\Statistics.frm
Form=Forms\FormDesign\AutoSave.frm
Form=Forms\FormDesign\Images.frm
Form=Forms\FormDesign\Barcodes.frm
Form=Forms\Database\NewRecordImport.frm
Form=Forms\FormDesign\Text.frm
Form=Forms\Database\ReportDesign.frm
Form=Forms\Database\ReportHeader.frm
Form=Forms\Database\ReportLabels.frm
Form=Forms\Database\ReportComments.frm
Form=Forms\Database\RecordImportEnh.frm
Form=Forms\FormDesign\AnswerBoxesSSS.frm
Form=Forms\FormDesign\PaperSize.frm
Form=Forms\Database\grpsetup.frm
Form=Forms\Database\RecordGlobal.frm
Form=Forms\FormDesign\HandWriten.frm
Form=Forms\FormDesign\Colour.frm
Form=Forms\Database\frmimere.frm
Form=Forms\Database\ReportAnswers.frm
Form=Forms\Database\maketiff.frm
Form=Forms\Networks\srvrlist.frm
Form=Forms\FormDesign\List.frm
Form=Forms\Database\CreateNew.frm
Form=Forms\Networks\nsfread.frm
Form=Forms\Networks\srvrproj.frm
Form=Forms\Database\password.frm
Form=Forms\Backdrop.frm
Form=Forms\Networks\frmWEBCr.frm
Form=Forms\Networks\frmWEBDelete.frm
Form=Forms\Database\GropScan.frm
Form=Forms\Database\StarImp.frm
Form=Forms\Database\DBSBatchDat.frm
Form=Forms\FormDesign\FMDOpenNew1.frm
Form=Forms\Database\ResultsPrintR.frm
Form=Forms\MMIniSetup.frm
Form=Forms\Database\DBSPreferences.frm
Form=Forms\Database\ScanAll.frm
Form=Forms\Database\DBSFormProp.frm
Form=Forms\Database\DBSLew.frm
Form=Forms\Database\RecordImport.frm
Form=Forms\FormDesign\FMDRefGridProperties.frm
Form=Forms\Database\newpreview.frm
Form=Forms\FormDesign\FMDPrint.frm
Form=Forms\Database\frmTeleScan.frm
Form=Forms\FormDesign\FMDPropertyHandEntryBox.frm
Form=Forms\FormDesign\FMDInsertSpace.frm
Form=Forms\Networks\NetEMailAddress.frm
Form=Forms\Database\RecordList.frm
Form=Forms\FormDesign\DesignSystem.frm
Form=Forms\Database\ResultsGraph.frm
Form=Forms\Database\RecordResults.frm
Form=Forms\Database\ResultsSQL.frm
Form=Forms\Networks\NETFormConvert.frm
Form=Forms\Database\Enhanced.frm
Form=Forms\Database\Results.frm
Form=Forms\Database\RecordsExport.frm
Module=Printing; Modules\printers.bas
Form=Forms\Database\ResPrnInd.frm
Module=System; Modules\system.bas
Form=Forms\Database\Printing.frm
Form=Forms\Database\DBSMainMenu.frm
Form=Forms\Networks\NetRetrieve.frm
Form=Forms\Database\DBSDepartMod.frm
Module=Calculations; Modules\Calculations.bas
Form=Forms\FormDesign\FMDHeadersFooters.frm
Form=Forms\Database\DBSColourchecking.frm
Form=Forms\Database\DBSLocalBlankMark.frm
Form=Forms\Exams\DBSExamReports.frm
Form=Forms\Exams\displayquestions.frm
Form=Forms\Exams\exporttocsv.frm
Form=Forms\Exams\printersreportingwizardp2.frm
Form=Forms\Exams\printpreview.frm
Form=Forms\Exams\printpreviewpersonal.frm
Form=Forms\Exams\questionalter.frm
Form=Forms\Exams\reportingwizard.frm
Form=Forms\Exams\reportsother.frm
Form=Forms\Exams\ResultsPrintR.frm
Form=Forms\Exams\stsopendb.frm
Form=Forms\Database\DBSCoversheet.frm
Form=Forms\Database\DBSGetcomparedata.frm
Form=Forms\Database\DBSNationalLink.frm
Form=Forms\Database\DBSNationalQuestsetup.frm
Form=Forms\Database\DBSManualEntry.frm
Form=Forms\Exams\EXAMEMQ.frm
Form=Forms\Exams\EXAMDBSExamGraph.frm
Form=Forms\Exams\EXAMDBSExamGraphshow.frm
Form=Forms\FormDesign\FMDDeleteSpace.frm
Form=Forms\Database\DBSLoreal.frm
Form=Forms\Database\DBSPasswordScreen.frm
Form=Forms\FormDesign\FMDRCPCH.frm
Form=Forms\Database\DBSColourCheckingExtendedMatching.frm
Form=Forms\Database\frmWebUpload.frm
Form=Forms\Database\frmWebDownload.frm
Form=Forms\Database\NETWEBUploadDir.frm
Form=TeleScan\DBSTeleProject.frm
Module=ftp; Modules\ftp.bas
Form=Forms\Mainmenu3.frm
Form=Forms\Exams\EXAMDepChoice.frm
Form=Forms\Exams\EXAMSchemeSetup.frm
Form=Forms\Exams\EXAMQA.frm
Form=Forms\Exams\EXAMQASetup.frm
Form=Forms\Exams\EXAMPQA.frm
Form=Forms\Exams\EXAMPQASetup.frm
Form=Forms\Database\DBSFormReportQuery.frm
Form=Forms\Database\DBSWeightingDepart.frm
Form=Forms\Exams\EXAMQABP.frm
Form=Forms\Exams\EXAMPQABP.frm
Form=Forms\Networks\NetPostChoose.frm
Form=Forms\Networks\WebComments.frm
Form=Forms\Database\DBSCombineDatabase.frm
Form=Forms\Registration\MMRegistration.frm
Form=Forms\Registration\MMEnterKey.frm
Module=RegCreate; Forms\Registration\RegCreate.bas
Module=PolarCryptoVBDLL; Forms\Registration\PolarCryptoVBDLL.bas
Form=Forms\Database\DBSPasswordNew.frm
Form=Forms\Networks\makedisc.frm
Form=Forms\Registration\frmOtherContact.frm
Form=Forms\Registration\MMConStatus.frm
Form=Forms\Registration\frmInfo.frm
Module=OMRAPI; Modules\OMRAPI.bas
Form=Forms\Database\frmShowResults.frm
Form=Forms\DBSSelectQBList.frm
Form=Forms\Database\DBSDepartModSelection.frm
Form=Pip\piplongtitude.frm
Form=Pip\PIPwizard.frm
Form=Forms\FMDFormGroup.frm
Form=Forms\FormDesign\AddHandDEFormatType.frm
Object={827E9F53-96A4-11CF-823E-000021570103}#1.0#0; graphs32.ocx
Form=Forms\Exams\DBSExamReportsColour.frm
IconForm="MMMainMenu"
Startup="MMMainMenu"
HelpFile=""
NoControlUpgrade=1
Title="Print And Scan v 6.20"
ExeName32="PScan620.exe"
Path32="..\.."
Command32="2004/JH/SL/PC/SETUPxx"
Name="PrintAndScan6"
HelpContextID="0"
CompatibleMode="0"
MajorVer=6
MinorVer=20
RevisionVer=172
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName="Trax UK Ltd"
VersionFileDescription="PSCAN620.EXE written by P.Childs"
VersionLegalCopyright="Copyright 1991-2004, Trax UK Ltd."
VersionProductName="Print & Scan v6.20"
CompilationType=-1
OptimizationType=1
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
DebugStartupOption=0
[MS Transaction Server]
AutoRefresh=1
1
Post by expvb
Post by HackaJAck
Can someone please tell me what is wrong with my project. I have been working
on this project for 5 months. My deadline is the 9th of October. This morning
when I tried to open my project, VB6 told me that it was unable to load my
project. I tried opening form by form, but some of the forms wouldn't open
and logged and error (Line 9: Class MSAdodcLib.Adodc of control adoDep was
not a loaded class).
I even tried to make a new project and save add the forms to this project,
but they just won't add. All of them gives me the above error. All my other
VB6 projects works . Please could you tell me what to do, I have one week
left to complete this. I'm using Windows XP SP2, with .Net Framework, and
Visual Studio 6 Enterprise Edition. I update my virus protection daily and
download Microsoft updates on a regular basis.
"MSAdodcLib.Adodc" is "Microsoft ADO Data Control 6.0". You have a problem
in your references or controls. Check if any of the references are missing.
Also, open your VBP files with Notepad and post the lines that begin with
"Object=" and "Reference=" here.
Mascott13
2006-10-16 19:06:01 UTC
Permalink
Post by Steve Barnett
At least you appear to have a project file - that's a start.
If I were attacking this, I'd go at it as follows.
a) I'm assuming that it's word wrap in the news group that affects the
Reference and Object statements - these must appear on one line.
b) Remove the "1" at the bottom of the file and try again. Last statement
should be AutoRefresh=1 and then there should be nothing else.
c) Change that rather strange looking "Path32" statement.
d) Remove (temporarily) half of the Reference and Object statements to see
whether it still objects to the VBP file. If it does, remove some more. If
not, add a few back in until you get the error. By a process of elimination,
find out which statement is causing you grief.
No guarantee it'll fix the problem, but that's where I would start.
Steve
Post by i***@hotmail.com
I seems to be having the same problem, We have been using a package
called as "Graphics Server" and now have updated to it's newer version
it worked fine with changes in the reference and in code, but while
running with "Start With Full Compile"option it moarned about few
constants which were still refering to the old library after updating
them to new version when I compiled my program following error appeared
and highlited few lines in the code
"2147418113(8000ffff)
Automation Error
Castastrophic Failure"
I tried few things and now this error is coming "Project File thing.VBP
is corrupt, and can't be loaded"
Your earliest reply is urgenly awaited... you can aslo email me on
Cheers!
I'm coping my .VBP file as an additional source of information
Type=Exe
Reference=*\G{0E3B7611-7892-11D2-84D9-0040C71340BC}#7.a#0#..\..\..\..\..\WINDOWS\system32\Trax.dll#
Object={A964BDA3-3E93-11CF-9A0F-9E6261DACD1C}#3.0#0; Resize32.ocx
Reference=*\G{00025E01-0000-0000-C000-000000000046}#4.0#0#..\..\..\..\..\Program
Files\Common Files\Microsoft Shared\DAO\DAO350.DLL#Microsoft DAO 3.5
Object Library
Reference=*\G{1C82EAD8-508E-11D1-8DCF-00C04FB951F9}#1.0#0#..\..\..\..\..\WINDOWS\System32\inetcomm.dll#Microsoft
MIMEEDIT Type Library 1.0
Object={09467F50-BBA5-11D4-B8F6-080030001D26}#5.0#0; polarzip.ocx
Reference=*\G{3FA7DEA7-6438-101B-ACC1-00AA00423326}#1.15#0#..\..\..\..\..\PROGRA~1\COMMON~1\SYSTEM\MSMAPI\1033\CDO.DLL#Microsoft
CDO 1.21 Library
Object={7821D3E7-21C7-48B0-9938-31AD0AF082AF}#1.0#0; IMACTX80.ocx
Object={1D439C92-B20B-47F5-BEA3-E080E481B2C3}#1.0#0; ImTwain8.ocx
Reference=*\G{19CD2397-D366-425F-AE02-07CFF09AA02D}#2.5#0#..\..\..\..\..\WINDOWS\system32\polarcrypto.dll#Polar
Crypto 2.5 ActiveX control
Reference=*\G{420B2830-E718-11CF-893D-00A0C9054228}#1.0#0#..\..\..\..\..\WINDOWS\system32\scrrun.dll#Microsoft
Scripting Runtime
Object={A8B3B723-0B5A-101B-B22E-00AA0037B2FC}#1.0#0; grid32.ocx
Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX
Object={B16553C3-06DB-101B-85B2-0000C009BE81}#1.0#0; spin32.ocx
Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0; tabctl32.ocx
Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; comctl32.ocx
Object={8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0; MSCAL.OCX
Object={0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#1.0#0; threed32.ocx
Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx
Object={8AE029D0-08E3-11D1-BAA2-444553540000}#3.0#0; VSFLEX3.OCX
Object={654D070F-528D-11D4-B401-0040C71340BC}#8.1#0; PrintForm.ocx
Object={008BBE7B-C096-11D0-B4E3-00A0C901D681}#1.0#0; teechart.ocx
Object={3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0; RICHTX32.OCX
Object={20C62CAE-15DA-101B-B9A8-444553540000}#1.1#0; MSMAPI32.OCX
Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; MSWINSCK.OCX
Object={0EABA3C3-D884-101B-8CAE-00006E44AAB2}#1.0#0; imocx32.ocx
Module=Forms; Modules\forms.bas
Module=Databases; Modules\database.bas
Form=Forms\Database\NETWEBAdminLogin.frm
Form=Forms\Networks\NETAdminSetup2.frm
Form=Forms\Database\StarImpEnh.frm
Form=Forms\FormDesign\Rectangle.frm
Form=Forms\licsetup.frm
Form=Forms\Database\GraphDetails.frm
Form=Forms\FormDesign\Offset.frm
Form=Forms\Database\FormLayout.frm
Form=Forms\Database\SetupFieldsNew.frm
Form=Forms\Database\SetupComm.frm
Form=Forms\Database\TabOrder.frm
Form=Forms\Database\RecordEdit.frm
Form=Forms\Database\RecordListSetup.frm
Form=Forms\Database\ResultsPrint.frm
Form=Forms\Database\ResultsExport.frm
Form=Forms\FormDesign\AnswerBoxes.frm
Form=Forms\FormDesign\Statistics.frm
Form=Forms\FormDesign\AutoSave.frm
Form=Forms\FormDesign\Images.frm
Form=Forms\FormDesign\Barcodes.frm
Form=Forms\Database\NewRecordImport.frm
Form=Forms\FormDesign\Text.frm
Form=Forms\Database\ReportDesign.frm
Form=Forms\Database\ReportHeader.frm
Form=Forms\Database\ReportLabels.frm
Form=Forms\Database\ReportComments.frm
Form=Forms\Database\RecordImportEnh.frm
Form=Forms\FormDesign\AnswerBoxesSSS.frm
Form=Forms\FormDesign\PaperSize.frm
Form=Forms\Database\grpsetup.frm
Form=Forms\Database\RecordGlobal.frm
Form=Forms\FormDesign\HandWriten.frm
Form=Forms\FormDesign\Colour.frm
Form=Forms\Database\frmimere.frm
Form=Forms\Database\ReportAnswers.frm
Form=Forms\Database\maketiff.frm
Form=Forms\Networks\srvrlist.frm
Form=Forms\FormDesign\List.frm
Form=Forms\Database\CreateNew.frm
Form=Forms\Networks\nsfread.frm
Form=Forms\Networks\srvrproj.frm
Form=Forms\Database\password.frm
Form=Forms\Backdrop.frm
Form=Forms\Networks\frmWEBCr.frm
Form=Forms\Networks\frmWEBDelete.frm
Form=Forms\Database\GropScan.frm
Form=Forms\Database\StarImp.frm
Form=Forms\Database\DBSBatchDat.frm
Form=Forms\FormDesign\FMDOpenNew1.frm
Form=Forms\Database\ResultsPrintR.frm
Form=Forms\MMIniSetup.frm
Form=Forms\Database\DBSPreferences.frm
Form=Forms\Database\ScanAll.frm
Form=Forms\Database\DBSFormProp.frm
Form=Forms\Database\DBSLew.frm
Form=Forms\Database\RecordImport.frm
Form=Forms\FormDesign\FMDRefGridProperties.frm
Form=Forms\Database\newpreview.frm
Form=Forms\FormDesign\FMDPrint.frm
Form=Forms\Database\frmTeleScan.frm
Form=Forms\FormDesign\FMDPropertyHandEntryBox.frm
Form=Forms\FormDesign\FMDInsertSpace.frm
Form=Forms\Networks\NetEMailAddress.frm
Form=Forms\Database\RecordList.frm
Form=Forms\FormDesign\DesignSystem.frm
Form=Forms\Database\ResultsGraph.frm
Form=Forms\Database\RecordResults.frm
Form=Forms\Database\ResultsSQL.frm
Form=Forms\Networks\NETFormConvert.frm
Form=Forms\Database\Enhanced.frm
Form=Forms\Database\Results.frm
Form=Forms\Database\RecordsExport.frm
Module=Printing; Modules\printers.bas
Form=Forms\Database\ResPrnInd.frm
Module=System; Modules\system.bas
Form=Forms\Database\Printing.frm
Form=Forms\Database\DBSMainMenu.frm
Form=Forms\Networks\NetRetrieve.frm
Form=Forms\Database\DBSDepartMod.frm
Module=Calculations; Modules\Calculations.bas
Form=Forms\FormDesign\FMDHeadersFooters.frm
Form=Forms\Database\DBSColourchecking.frm
Form=Forms\Database\DBSLocalBlankMark.frm
Form=Forms\Exams\DBSExamReports.frm
Form=Forms\Exams\displayquestions.frm
Form=Forms\Exams\exporttocsv.frm
Form=Forms\Exams\printersreportingwizardp2.frm
Form=Forms\Exams\printpreview.frm
Form=Forms\Exams\printpreviewpersonal.frm
Form=Forms\Exams\questionalter.frm
Form=Forms\Exams\reportingwizard.frm
Form=Forms\Exams\reportsother.frm
Form=Forms\Exams\ResultsPrintR.frm
Form=Forms\Exams\stsopendb.frm
Form=Forms\Database\DBSCoversheet.frm
Form=Forms\Database\DBSGetcomparedata.frm
Form=Forms\Database\DBSNationalLink.frm
Form=Forms\Database\DBSNationalQuestsetup.frm
Form=Forms\Database\DBSManualEntry.frm
Form=Forms\Exams\EXAMEMQ.frm
Form=Forms\Exams\EXAMDBSExamGraph.frm
Form=Forms\Exams\EXAMDBSExamGraphshow.frm
Form=Forms\FormDesign\FMDDeleteSpace.frm
Form=Forms\Database\DBSLoreal.frm
Form=Forms\Database\DBSPasswordScreen.frm
Form=Forms\FormDesign\FMDRCPCH.frm
Form=Forms\Database\DBSColourCheckingExtendedMatching.frm
Form=Forms\Database\frmWebUpload.frm
Form=Forms\Database\frmWebDownload.frm
Form=Forms\Database\NETWEBUploadDir.frm
Form=TeleScan\DBSTeleProject.frm
Module=ftp; Modules\ftp.bas
Form=Forms\Mainmenu3.frm
Form=Forms\Exams\EXAMDepChoice.frm
Form=Forms\Exams\EXAMSchemeSetup.frm
Form=Forms\Exams\EXAMQA.frm
Form=Forms\Exams\EXAMQASetup.frm
Form=Forms\Exams\EXAMPQA.frm
Form=Forms\Exams\EXAMPQASetup.frm
Form=Forms\Database\DBSFormReportQuery.frm
Form=Forms\Database\DBSWeightingDepart.frm
Form=Forms\Exams\EXAMQABP.frm
Form=Forms\Exams\EXAMPQABP.frm
Form=Forms\Networks\NetPostChoose.frm
Form=Forms\Networks\WebComments.frm
Form=Forms\Database\DBSCombineDatabase.frm
Form=Forms\Registration\MMRegistration.frm
Form=Forms\Registration\MMEnterKey.frm
Module=RegCreate; Forms\Registration\RegCreate.bas
Module=PolarCryptoVBDLL; Forms\Registration\PolarCryptoVBDLL.bas
Form=Forms\Database\DBSPasswordNew.frm
Form=Forms\Networks\makedisc.frm
Form=Forms\Registration\frmOtherContact.frm
Form=Forms\Registration\MMConStatus.frm
Form=Forms\Registration\frmInfo.frm
Module=OMRAPI; Modules\OMRAPI.bas
Form=Forms\Database\frmShowResults.frm
Form=Forms\DBSSelectQBList.frm
Form=Forms\Database\DBSDepartModSelection.frm
Form=Pip\piplongtitude.frm
Form=Pip\PIPwizard.frm
Form=Forms\FMDFormGroup.frm
Form=Forms\FormDesign\AddHandDEFormatType.frm
Object={827E9F53-96A4-11CF-823E-000021570103}#1.0#0; graphs32.ocx
Form=Forms\Exams\DBSExamReportsColour.frm
IconForm="MMMainMenu"
Startup="MMMainMenu"
HelpFile=""
NoControlUpgrade=1
Title="Print And Scan v 6.20"
ExeName32="PScan620.exe"
Path32="..\.."
Command32="2004/JH/SL/PC/SETUPxx"
Name="PrintAndScan6"
HelpContextID="0"
CompatibleMode="0"
MajorVer=6
MinorVer=20
RevisionVer=172
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName="Trax UK Ltd"
VersionFileDescription="PSCAN620.EXE written by P.Childs"
VersionLegalCopyright="Copyright 1991-2004, Trax UK Ltd."
VersionProductName="Print & Scan v6.20"
CompilationType=-1
OptimizationType=1
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
DebugStartupOption=0
[MS Transaction Server]
AutoRefresh=1
1
Post by expvb
Post by HackaJAck
Can someone please tell me what is wrong with my project. I have been working
on this project for 5 months. My deadline is the 9th of October. This morning
when I tried to open my project, VB6 told me that it was unable to load my
project. I tried opening form by form, but some of the forms wouldn't open
and logged and error (Line 9: Class MSAdodcLib.Adodc of control adoDep was
not a loaded class).
I even tried to make a new project and save add the forms to this project,
but they just won't add. All of them gives me the above error. All my other
VB6 projects works . Please could you tell me what to do, I have one week
left to complete this. I'm using Windows XP SP2, with .Net Framework, and
Visual Studio 6 Enterprise Edition. I update my virus protection daily and
download Microsoft updates on a regular basis.
"MSAdodcLib.Adodc" is "Microsoft ADO Data Control 6.0". You have a problem
in your references or controls. Check if any of the references are missing.
Also, open your VBP files with Notepad and post the lines that begin with
Continue reading on narkive:
Loading...