gpt4 book ai didi

orm - 为什么即使在使用包管理器控制台安装 EntityFramework 后,EntityFramework 命名空间仍未定义?

转载 作者:行者123 更新时间:2023-12-04 17:04:29 27 4
gpt4 key购买 nike

全部:

我们使用 ASP.NET Web 窗体开始了我们的项目。

我们的 ASP.NET C# web 应用程序在以下环境中使用

.NET Framework 4

ASP.NET Web Forms.

IIS 7

Windows 2008

Visual Studio 2010

.NET 集成开发环境
C#

HTTPS ( SSL )

我们想集成 Microsoft Entity Framework Version 5。
因此,我从 Visual Studio 2010 中的包管理器控制台运行了以下命令。
PM> Install-Package EntityFramework -Version 5.0
You are downloading EntityFramework from Microsoft, the license agreement to which is available at http://go.microsoft.com/fwlink/?LinkId=253898&clcid=0x409. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
Successfully installed 'EntityFramework 5.0.0'.
Successfully added 'EntityFramework 5.0.0' to PivotServer.

键入“get-help EntityFramework”以查看所有可用的 Entity Framework 命令。

正如您在上面看到的,它正确安装了 EntityFramework 5.0.0。

此外,在我的 ASP.NET Web 应用程序中,安装自动将 EntityFramework dll 添加到引用。

但是,如果我写以下内容

“使用 Entity Framework ”

进入我的 C# cs 文件之一,然后它指出 EntityFramework 未定义。

我还卸载了 EntityFramework 包,然后重新安装它,但它仍然无法识别 EntityFramework。

请建议我必须采取哪些步骤才能在我的 ASP.NET Web 项目中定义 EntityFramework 命名空间。

最佳答案

没有 EntityFramework 命名空间。使用对象浏览器查看您应该使用哪些 namespace 。

关于orm - 为什么即使在使用包管理器控制台安装 EntityFramework 后,EntityFramework 命名空间仍未定义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16045526/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com