References for DBContext, DBSet<> in Entity Framework

前端 未结 5 1943
长发绾君心
长发绾君心 2021-02-12 11:11

I am trying to use ADO.Net Codefirst feature of latest Entity Framework 4.0. As part of that I have installed Entity Framework CTP 4 from Microsft and using Scott\'s tutorial t

5条回答
  •  萌比男神i
    2021-02-12 11:28

    Use CTP5 instead it is newer version with some changes in API. You have to add reference to EntityFramework.dll which is installed in CTP directory - default is: c:\Program Files\Microsoft ADO.NET Entity Framework Feature CTP5\Binaries\EntityFramework.dll for 32bit system. On 64bit system it will be placed in Program Files (x86).

提交回复
热议问题