Microsoft.Data.Odbc

  • Thread starter Thread starter Andre
  • Start date Start date
A

Andre

Hi,

I have a problem with my site.

The site is working fine since last year, and today we change our Web
Server (from Win2000 to Win2003 Ent) and my site is not working on the new
server, a receive the following error.

File or assembly name Microsoft.Data.Odbc, or one of its
dependencies, was not found.

I think that maybe i need to install ODBC.NET, but Windows Server 2003
already have ODBC.NET pre-installed.

Did someone have any ideas ?

Thank you !
 
Hi,

As of .NET 1.1 the Odbc Data Provider is part of the
System.Data-namespace, for example System.Data.Odbc.OdbcConnection.

Regards,
Fredrik
 
I found the problem.

on the new server Microsoft.Data.odbc don't work, i need to use
System.Data.odbc
 
Back
Top