C#中DataAcess的名称空间 [英] namespace for DataAcess in C#

查看:108
本文介绍了C#中DataAcess的名称空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我收到一条错误消息,说

Hello,

I am getting an error saying

The type or namespace name ''DataAcess'' could not be found (are you missing a using directive or an assembly reference?)




CS页面中包含以下命名空间.




the following namespaces included in my cs page.

using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Data.SqlClient;



我也在谷歌搜索,但没有得到.请给我打电话,我要包括的所有名称空间是什么.

我在此DataAcess data = new DataAcess()中遇到错误;

请帮助我尽快解决这个问题.



i searched in google also but am not getting. please tel me what are all the namespaces i have to include.

I am getting error in this DataAcess data=new DataAcess();

please help me to come out of this asap.

推荐答案

DataAcess
您尚未使用 DataAccess 类-拼写错误?

如果要使用标准类 [ ^ ],请更正拼写.如果不是,那么它应该是在项目范围内(或在任何引用的程序集中)定义的自定义类
DataAcess
You have not used DataAccess class - spelling mistake?

If you want to use standard class[^], correct the spelling. If not, then it should be a custom class defined in the scope of your project (or inside any referenced assembly)


引用此链接

http://social.msdn.microsoft.com/Search/zh-CN?query = DataAcess%20namespace& amp; amp; ac = 8 [
Refer This Link

http://social.msdn.microsoft.com/Search/en-US?query=DataAcess%20namespace&ac=8[^]


这篇关于C#中DataAcess的名称空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆