c# - Getting error when trying to create Entity Data Model from existing table in Visual Studio 2015 -
i've been trying create data model off of existing database table using entity framework in visual studio 2015 mvc application. i'm able test connection ms sql database i've been using , choose database itself, whenever click 'finish' error shown below.
i've tried following instructions here, has not worked , can't find other answer.
make have added assembly microsoft.sqlserver.management.sdk.sfc
project. can search assembly , install via nuget, or run following command in package manager console:
install-package microsoft.sqlserver.management.sdk.sfc.dll
Comments
Post a Comment