Ho le seguenti righe di codice
<%@ import namespace="system.data"%>
<%@ import namespace="system.data.ADO"%>
<%@ Page Language="VB" %>
<script runat="Server">
Ma ricevo l'errore:
Server Error in '/test' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30466: Namespace or type 'ADO' for the Imports 'system.data.ADO' cannot be found.
Source Error:
Line 18: Imports System.Configuration
Line 19: Imports system.data
Line 20: Imports system.data.ADO
Line 21: Imports System.Text
Line 22: Imports System.Text.RegularExpressions
Source File: F:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempora ry ASP.NET Files\test\0f428530\7e4d4fe\np_zt_tm.0.vb Line: 20
Cosa devo fare?Grazie anticipatamentezxfsdf