why do not I get the ado.net entity Data model?

0

Hello, I wanted to know why the ado.net entity Data model does not appear to me since it does not appear in the list when I want to add

    
asked by luis Falleni 16.10.2018 в 08:37
source

1 answer

0

You must install the Entity Framework package using NuGet. To do this, go to the menu "Tools / Package Manager NuGet / Console Package Manager" and in the console you type the command

Install-Package EntityFramework -Version 6.2.0

more information on link

    
answered by 16.10.2018 в 22:30