.NET 3.5 SP1 和 ADo.NET 实体框架
我的机器上安装了 .NET 3.5 SP1 和 VS 2008。 我想使用 ADO.NET 实体数据模型,但是当单击 ADD->新项目和数据选项卡下我看不到实体数据模型的选项。为什么会这样? Ado.NEt 实体框架不是随 .net 3.5 sp1 一起提供的吗?
I have .NET 3.5 SP1 installed on my machine and VS 2008.
I wanted to work with the ADO.NET Entity Data Model, but when clicking on ADD-> New Item and under data tab I am not able to see the option for Entity data model..Why is it so?
Didnt the Ado.NEt Entity framework come with the .net 3.5 sp1?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
选择
添加后-->新项目
,点击类别
中的数据
,您将在此处看到ADO.NET 实体数据模型
。由于以ADO.NET
开头的项目,您可能错过了它After you select
Add --> New Item
, click on theData
incategories
here you will seeADO.NET Entity Data Model
. You may have missed it due to the item starting withADO.NET
我怀疑你的项目的目标框架低于3.5。检查属性。
I would suspect that your project's target framework is lower than 3.5. Check properties.