我写一个程序,怎么总是提示这句有问题是哪儿的原因,是不是什么东西还没有安装。
我的微机上只装了microsoft .net framework,想调用
<%@ Import Namespace="System.Data.SqlClient" %>,总是提示有问题不知是的原因。
错误如下:Application Error
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the specific error details below and modify your source code appropriately.
Compiler Error Message: BC30466: The namespace or type 'SqlClient' for the import 'System.Data.SqlClient' cannot be found.
Source Error:
Line 1: <%@ Import Namespace="System.Data" %>
Line 2: <%@ Import Namespace="System.Data.SqlClient" %>
Line 3:
Line 4: <html>
Source File: D:\asp.net\example\insert.aspx Line: 2
+ Show Detailed Compiler Output: