hi,
I used CSLA 4.3.12 in VS 2012 .
when I generate the Entity framework , I have error which means
can not convert DBContext Entity Framework to ObjectContext Entity Framework...
How to convert my Entity framework to ObjectContext ,which CSLA can run it ???
tnx
Hi,
The EF helper classes in CSLA 4.3.12 only provides support for the EF version included in .NET 4.0.
The Model First DBContext was introduced later and is not supported out of the box.
For CSLA 4.5 there is 2 new assemblies to provide support for the latest versions of EF4 and EF5 (as these are different reference assemblies).
You can grab the code for the corresponding one of these and compile with references to CSLA 4.3.12 to get the helper class for DBContext.
thanks for your kind answer.
would you please tell me where is CSLA 4.5( for VS2012 ) , to download ?
Unfortunately I couldn't find it.
Regards,
Hi,
Goto http://www.cslanet.com/ and select "Download ZIP File" to get the latest source code.
The link points to https://github.com/MarimerLLC/csla where you can also select the same "Zip" button to download source code.
Copyright (c) Marimer LLC