Microsoft.Data.Odbc

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 !
 
?

=?ISO-8859-1?Q?Fredrik_=C5lund?=

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
 
A

Andre

I found the problem.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top