ADODB Dependencies???

papa_k

Regular
Joined
Jun 12, 2003
Messages
77
Location
UK
I am trying to use an ADODB connection to connect to an SQL server - but i get this error:

File or assembly name ADODB, or one of its dependencies, was not found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: File or assembly name ADODB, or one of its dependencies, was not found.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'ADODB' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = file:///j:/websites/psrdev
LOG: Initial PrivatePath = bin
Calling assembly : psrdev.test.anewview.com, Version=1.0.1494.29819, Culture=neutral, PublicKeyToken=null.
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/9d6eb4ba/6eee8ef7/ADODB.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/9d6eb4ba/6eee8ef7/ADODB/ADODB.DLL.
LOG: Attempting download of new URL file:///j:/websites/psrdev/bin/ADODB.DLL.
LOG: Attempting download of new URL file:///j:/websites/psrdev/bin/ADODB/ADODB.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/9d6eb4ba/6eee8ef7/ADODB.EXE.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/9d6eb4ba/6eee8ef7/ADODB/ADODB.EXE.
LOG: Attempting download of new URL file:///j:/websites/psrdev/bin/ADODB.EXE.
LOG: Attempting download of new URL file:///j:/websites/psrdev/bin/ADODB/ADODB.EXE.



Stack Trace:


[FileNotFoundException: File or assembly name ADODB, or one of its dependencies, was not found.]
psrdev.test.anewview.com.test_page.Page_Load(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731

I have been trying to look on the web for a solution and the only thing i can find i about adodb.dll - i was wondering if someone could shed some more light on the problem and if they have come across it and how they solved it.
 
Last edited:
Back
Top