简体   繁体   English

.NET 3.5 SP1和ADo.NET实体框架

[英].NET 3.5 SP1 and ADo.NET Entity Framework

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? 我在计算机和VS 2008上安装了.NET 3.5 SP1。我想使用ADO.NET实体数据模型,但是当单击ADD-> New Item并在data选项卡下时,我看不到Entity的选项。数据模型。为什么会这样? Didnt the Ado.NEt Entity framework come with the .net 3.5 sp1? .net 3.5 sp1是否附带了Ado.NEt实体框架?

After you select Add --> New Item , click on the Data in categories here you will see ADO.NET Entity Data Model . 选择Add --> New Item ,单击categoriesData ,您将看到ADO.NET Entity Data Model You may have missed it due to the item starting with ADO.NET 您可能已经错过了它,因为该项目以ADO.NET开头

I would suspect that your project's target framework is lower than 3.5. 我怀疑您的项目的目标框架低于3.5。 Check properties. 检查属性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM