简体   繁体   中英

Error trying to add ADO.Net Entity Data Model to project

I've finished building my database and I need to pull in it to my project using entity framework database first approach. I've got as far as entering the server details, username and password and then choosing the database once I press next I get the following error

在此处输入图片说明

I've googled this error and come across this ADO.NET Entity Framework and SQL Server which the individual had the same issue, so I followed the steps provided in the answer and downloaded the shared management objects and I still get the error mentioned above....

Can anyone shed any light on this?

Additional information I have Sql server 2008 R2 with Visual Studio 2013 Professional

You need to download and install the latest service pack (SP3) for SQL Server 2008 R2. https://www.microsoft.com/en-us/download/details.aspx?id=44271

Plus make sure you have the latest SQL Server Data Tools installed. https://msdn.microsoft.com/en-us/hh500335%28v=vs.103%29.aspx

Plus make sure you have the latest Visual Studio 2013 Update installed. https://www.microsoft.com/en-us/download/details.aspx?id=44921

After installing, reboot and try again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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