我无法访问数据上下文
我在 ASP.NET 项目中使用 VS 2010 Ultimate .NET 4.0,我在 App_Code 文件夹和同一文件夹中的客户类,它尝试实例化 DataClassesDataContext
DataClassesDataContext db = new DataClassesDataContext();
但我收到“找不到类型或命名空间 DataClassesDataContext”,是吗? 缺少 using 指令或程序集引用?
I'm using VS 2010 Ultimate .NET 4.0 in ASP.NET project, I have a DataClassesDataContext in the
App_Code folder and a customer class in the same folder, which tries to instantiate DataClassesDataContext
DataClassesDataContext db = new DataClassesDataContext();
But I'm getting "the type or namespace DataClassesDataContext" could not be found, are you
missing a using directive or an assembly reference?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论