Can't find file DAO350.dll

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

I am not sure if I am in the right newsgroup but here goes.

I am using Vista Home Premium and VB 6. I have not used VB 6 for a while but
it always ran without problems. I started it today and immediately got an
error message "Can't find file DAO350.DLL".

This file is present on my computer in C:\Program Files\Common
Files\Microsoft Shared\DAO - file size is 570,128 dated 27 April 1998.

Where does VB6 expect to find this file? Thanks in advance.

JimF
 
That's the location on my Vista machine too. So, perhaps re-registering it
will work:

Go to the Run item on the Start menum, and type:

regsvr32 C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.dll

--
Bob Larson
Access MVP
Free Tutorials and Samples at http://www.btabdevelopment.com

__________________________________
 
That did the trick. Thanks a lot, Bob.

JimF

boblarson said:
That's the location on my Vista machine too. So, perhaps re-registering
it
will work:

Go to the Run item on the Start menum, and type:

regsvr32 C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.dll

--
Bob Larson
Access MVP
Free Tutorials and Samples at http://www.btabdevelopment.com

__________________________________
 
Back
Top