开发者

Trouble setting up Linq to Entity in c# console application

开发者 https://www.devze.com 2023-03-27 04:13 出处:网络
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 ho开发者_如何学Cw to set it up with my new project.

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 ho开发者_如何学Cw 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消