在 C# 控制台应用程序中设置 Linq to Entity 时出现问题
是否可以让 Linq to Entities 与 C# 应用程序一起工作。我已经在我的 asp.net 站点上完成了它,但我不知道如何在我的新项目中设置它。
当我单击添加数据连接时,唯一的选项是 Microsoft Access、SQL Compact 版本和 SQL 数据库文件。
有什么想法吗?
Is it possible to get Linq to Entities working with a C# application.. I've done it with my asp.net site, but I can't figure out how to set it up with my new project.
When I click to add in a data connection, the only options are Microsoft Access, SQL Compact edition, and SQL Database file..
Thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你做错了什么。我建议您使用 NuGet 将实体框架添加到您的项目中。检查以下链接
http://nuget.org/List/Packages/EntityFramework
I think you did some thing wrong. I suggest you use the NuGet to add the entity framework to your project. Check the below link
http://nuget.org/List/Packages/EntityFramework