On NuGet there are packages:
EntityFramework.Migrations
EF 4.3.1
EF 4.1
RIA Services, which depends on EF < 4.2.
EntityFramework.Migrations doesn't work, because it is now included in EF 4.3+
I'm using Code First approach, so I need the DbDomainService<> class, which is not available, when RIA Services aren't installed.
Are there any standalone downloads for the above to manually reference in my project?
EDIT:
I removed RIA from NuGet packages, updgraded EF to 4.3.1 and then referenced RIA EntityFramework lib from toolkit manually as suggested here: Can I use RIA Services with Entity Framework 4.3?
Unfortuately now I'm getting the following error:
The following exception occurred creating the MEF composition container:
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
The default code generator will be used.