HELP: "VBAJET32.DLL Failed to initialize..." 
Author Message
 HELP: "VBAJET32.DLL Failed to initialize..."

OK, I'm stumped.

All of a sudden, whenever I try to open the Books Online option from the VB5
(SP3) IDE, I get an error message saying something like "the library
VBAJET32.DLL failed to initialize - please try re-installing the
application".  I've tried re-installing VB and SP3, but I STILL get the
error.

Has anyone else seen this?  Does anyone have any idea what could be causing
this?  Any ideas on how to fix this?

Any help would be appreciated.

Bob.



Sat, 10 Mar 2001 03:00:00 GMT  
 HELP: "VBAJET32.DLL Failed to initialize..."

Quote:

>OK, I'm stumped.

>All of a sudden, whenever I try to open the Books Online option from the VB5
>(SP3) IDE, I get an error message saying something like "the library
>VBAJET32.DLL failed to initialize - please try re-installing the
>application".  I've tried re-installing VB and SP3, but I STILL get the
>error.

>Has anyone else seen this?  Does anyone have any idea what could be causing
>this?  Any ideas on how to fix this?

>Any help would be appreciated.

>Bob.

It should be caused that you have updated the "VBAJET32.dll" but not
update some other system files.

I have the experience. Some of my program are developed by VB5 and use
the JET data access engine. Before I install VB6 , everything are OK.

After install VB6. If I run the VB5 setup wizard to make a
installation of my VB5 project with database function. The program
will fail in the target machine just like your case. It should be the
VB5 setup wizard just update the "VBAJET32.dll" and do not know it is
a new version.
The problem solved by using the VB6 setup wizard to make installation
program but it is not necessary to recompile the project by VB6. The
VB6 will install all necessary components, so that the final progam
can work on target machine.

Jacky Kwok





Sun, 11 Mar 2001 03:00:00 GMT  
 HELP: "VBAJET32.DLL Failed to initialize..."


Quote:

>>OK, I'm stumped.

>>All of a sudden, whenever I try to open the Books Online option from the VB5
>>(SP3) IDE, I get an error message saying something like "the library
>>VBAJET32.DLL failed to initialize - please try re-installing the
>>application".  I've tried re-installing VB and SP3, but I STILL get the
>>error.

>>Has anyone else seen this?  Does anyone have any idea what could be causing
>>this?  Any ideas on how to fix this?

>>Any help would be appreciated.

>>Bob.

>It should be caused that you have updated the "VBAJET32.dll" but not
>update some other system files.

>I have the experience. Some of my program are developed by VB5 and use
>the JET data access engine. Before I install VB6 , everything are OK.

>After install VB6. If I run the VB5 setup wizard to make a
>installation of my VB5 project with database function. The program
>will fail in the target machine just like your case. It should be the
>VB5 setup wizard just update the "VBAJET32.dll" and do not know it is
>a new version.
>The problem solved by using the VB6 setup wizard to make installation
>program but it is not necessary to recompile the project by VB6. The
>VB6 will install all necessary components, so that the final progam
>can work on target machine.

>Jacky Kwok




Well guess what
I have vb5 installed and all was well

then I installed vc++6 and am now getting the same problems with my
new vb5 app from setup wizard.

What do I do now?



Sun, 18 Mar 2001 03:00:00 GMT  
 HELP: "VBAJET32.DLL Failed to initialize..."
Check out Q192934 for Microsoft's answer to this problem.

Kevin Alons

Quote:




>>>OK, I'm stumped.

>>>All of a sudden, whenever I try to open the Books Online option from the
VB5
>>>(SP3) IDE, I get an error message saying something like "the library
>>>VBAJET32.DLL failed to initialize - please try re-installing the
>>>application".  I've tried re-installing VB and SP3, but I STILL get the
>>>error.



>Well guess what
>I have vb5 installed and all was well

>then I installed vc++6 and am now getting the same problems with my
>new vb5 app from setup wizard.

>What do I do now?



Fri, 23 Mar 2001 03:00:00 GMT  
 HELP: "VBAJET32.DLL Failed to initialize..."
Trying to resolve this same problem with error 3447. Where is Microsofts's
Q192934 ? as suggested by Kevin A.

Axel



Sun, 25 Mar 2001 03:00:00 GMT  
 HELP: "VBAJET32.DLL Failed to initialize..."
As mentioned in the messages in this group I tried to solve this problem
according to MS Q&A but without success. I was however able to fix this
problem by running the data-access 2.0 setup file available on the VB6 CD.
This file is "Mdac_typ.exe". If you, as I, did install VB6 over VB5 and then
uninstalled VB6 and reinstalled VB5 then this fixes the problem. In my case
Mdac_typ.exe always asked for a cabinet file. In order for the exe to run
you must supply the cap file to your project in the same directory as the
exe.

....I know!, CAB file generation comes with VB6, but before uninstalling VB6
I ran the distribution Wizard that came with VB6. Thats how I had the cab
file to my project on disk.

This mix-match way is not a great way to solve this, but IT WORKS.

Axel Gunn

Quote:
>>After install VB6. If I run the VB5 setup wizard to make a
>>installation of my VB5 project with database function. The program
>>will fail in the target machine just like your case. It should be the
>>VB5 setup wizard just update the "VBAJET32.dll" and do not know it is
>>a new version.

>>Jacky Kwok






Mon, 26 Mar 2001 03:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Help please Run Time Error 3447 "VBAJET32.dll failed to initialize"

2. Help: Vb6 gives "VBAJet32.dll fail to initialize" error

3. Error 3447 - VBAJET32.dll failed to initialize

4. Failed to initialize VBAJET32.DLL

5. Error 3446: VBAJET32.dll failed to initialize

6. vbajet32.dll failed to initialize?

7. vbajet32.dll isn't "working"

8. GetObject("","InternetExplorer.Application") fails in Excel VBA

9. GetObject("","InternetExplorer.Application") fails in Excel VBA

10. LoadLibrary("dao350.dll")failed.GetLastError returns 0x00000485

11. Runtime Err:3447 - can't initialize VBAJET or VBAJET32 dll's -HELP

12. Runtime Err:3447 - can't initialize VBAJET or VBAJET32 dll's -HELP

 

 
Powered by phpBB® Forum Software