--------------------------
RegSvr32
--------------------------
vbajet32.dll was loaded, but the DllRegisterServer entry point was not found.
This file can not be registered.
Being that I have the other computer that runs the application fine, is there any way I can see what version it is using and copy it over? I've had no luck as of yet.
Main Topics
Browse All Topics





by: vbgbPosted on 2009-07-21 at 07:42:18ID: 24905071
VBAJET32.dll was part of the Microsoft Data Access Components (MDAC), although it is not included in the current version.
om/kb/2391 14.
If you haven't got the file on your system, you can download the latest JET service pack at http://support.microsoft.c
Installing this should register the dll on your system and allow you to run your application (unless there are other unregistered dll's that cause further errors.) Of course your error could be casued by the incorrect version of the file being on your system - it could be an older version of JET- in which case you might be stuffed, unless you can find an old compatible copy!
If you already have the file in your Windows/System32 folder, try regietering it with 'regsvr32.exe vbajet32.dll' from a command prompt or the Run dialog.