looks as though it could be .net code
http://forums.aspfree.com/net-developme ... 45799.html
http://support.microsoft.com/kb/810098
from microsoft :
To resolve this problem, register the Adodb.dll file in the global assembly cache (GAC). On a computer where only the .NET Framework is installed, the file Gacutil.exe does not exist.. Either obtain the gacutil file by installing Microsoft .NET Framework SDK, or create a Visual Studio.NET setup project that uses the installer to install the correct components.
To register Adodb.dll in the GAC, follow these steps:
[ol][*]Click Start[/b] and then click Run[/b]. [*]In the Run[/b] dialog box, type the following command, and then click OK[/b]:
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\gacutil /i C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll[/align][/ol]