[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

issue with ODBC.NET provider installation, missing references?

Peter Klop

2/27/2002 2:05:00 AM

Goodday all,

Does anybody know if there are known issues are with the ODBC.NET
installation package?

We keep getting this compilation error:

error BC30466: Namespace or type 'ODBC' for the Imports
'Microsoft.Data.ODBC' cannot be found.

This script should work and not give the error i mentioned:

<%@ Import Namespace = "System.Data" %>
<%@ Import Namespace = "Microsoft.Data.ODBC" %>
<%
Dim objConn As OdbcConnection
%>

It hangs however on the last line: Dim objConn As OdbcConnection

We have installed the software on two different servers, de-installed it and
tried the
installation again after a fresh boot. One of the servers is new, a fresh
w2k standard
UK, sp2, mdac 2.7 and of course the framework, RTM.

If this is a known issue, i would appreciate any information. If it was not
a known
issue, then it is now ;o)

Kind regards,

Peter



1 Answer

(JP)

2/27/2002 3:47:00 AM

0