VB6: Can't find file 'DAO350.DLL'

Migrating from XP to Windows 8... it's very very... hmmmm... hehe..

I found an error while opening Visual Basic 6.
---------------------------
Microsoft Visual Basic
---------------------------
Can't find file 'DAO350.DLL'
---------------------------
OK   Help  
---------------------------


First we have to make sure that is DAO350.DLL exist.
Check on:
C:\Program Files\Common Files\microsoft shared\DAO
or
C:\Program Files (x86)\Common Files\Microsoft Shared\DAO

(just in case I copied on both folders)

Then using command prompt, run this code:
regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"

And this is solved my problem.

Here is the link if you need to download DAO folder.
Download DAO

Click here if you like this article.


Post a Comment

0 Comments