PDA

Click to See Complete Forum and Search --> : Jet wont start up


markp
Aug 29th, 2000, 03:38 AM
I have been developing a program for internal use for sometime (VB5). When I intall the latest release on other machines I get an error - which I have sumerised below:

Run time error 3447

The JetVBA file (VBAJET.dll or VBAJET32.dll) failed to initialize when called.

Any help or pointers greatfully received.

Gary.Lowe
Aug 29th, 2000, 04:51 AM
markp

You need to make sure the expsrv.dll is included in your set file.

The VBAJET.dll is trying to call this but I assume this dll is not included in you setup.

I had this problem as I develop on NT and some of the PC's that are used are 95. It worked fine on NT but I allways got this error when I installed the app on 95.

Hope this is of use to you