Search code examples
c#entity-frameworksilverlightwindows-phone-8windows-8

Entity Framework for Portable Class Library


I am trying to create Repository , Entity framework for Portable Class Library , when ever I try to Nuget EntityFramework

it is Failed to add reference to 'System.ComponentModel.DataAnnotations'. Please make sure that it is in the Global Assembly Cache.

Any Idea to resolve this for EF

Compatible EF package for Portable Library


Solution

  • EF7 has PCL , so if any one planning to use PCL can use early version of EF7 or VS2014