.NET 3.5 SP1 中包含实体框架吗?
我使用安装了 .NET 3.5 SP1 的 Visual Studio 2008 Professional。当我选择“新项目”时,它不显示实体模型。 MSDN 链接显示它包含在 .NET 3.5 SP1 中。
为什么它没有出现在我的 VS 2008 上?
I use Visual Studio 2008 Professional with .NET 3.5 SP1 installed. It is not showing Entity Model when I select "New Project". The MSDN links show that it was included with .NET 3.5 SP1.
Why it is not appearing on my VS 2008?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它不会显示为新项目。当您向现有项目添加新项目时,它将显示为 ADO.NET 实体数据模型:
It won't appear as new project. It will appear as ADO.NET Entity Data Model when you add a new item to an existing project:
您可能需要安装VS2008 SP1,其中包含用于针对.Net 3.5 SP1 进行开发的工具。
You probably need to install VS2008 SP1, which contains the tooling used to develop against .Net 3.5 SP1.