ADO error 'Failed to load resources'
I am trying to open an Access 2003 database using VB.NET and the ADODB Library. Everything works fine on my system, but when I deploy it to our server, I get an error 'Failed to load resources from the resource file. Please check your setup'. I have checked around and cannot find a good explanation for what causes this or what to do about it. Jet 4.0 as well as the adodb.dll have been installed on the target server. Any help would be great. Thanks.
[468 byte] By [
ta128] at [2007-12-16]
I figured out that adodb.dll was not correctly installed in the GAC, but when I edited the command to install to gac, everything worked just fine.