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.
0 Comments