HELP! - File or assembly name ADODB, or one of its dependencies, was not found

  • Thread starter Thread starter Shawn Gentry
  • Start date Start date
S

Shawn Gentry

I am attempting to move an existing project over from a Windows 2000 server
to a Windows 2003 server. I am getting the following error on the 2003
server:

File or assembly name ADODB, or one of its dependencies, was not found

ADODB is referenced in the project using Visual Studio .NET 2003. If I set
the properties of the reference to local = true I get the following error on
pages that are attempting to connect to the db:

System error. Not able to fullfill request.Object reference not set to an
instance of an object

It appears to be not returning any data, but I know I have a correct
connection string and have valid data to be returned.

Any suggestions would be greatly appretiated.
 
Back
Top