Search code examples
.netasp.net-mvc-3entity-framework-4.1ef-code-first

Final release date for the next major Code First Entity Framework version after 4.0?


I have developed a project using MVC3 and Code first Entity Framework 4.0 as data access layer. But when hosting the project on GoDaddy.com, CF Entity Framework throws security exception error as it requires "Full Trust" level for execution which is not provided by most of the web hosting providers.

I have searched various blogs for a workaround and found that ADO.Net team is aware of the bug and it will get fixed in the next release.

Does any one know the dates for the next release so that I can take a call on whether I need to throw away Model created based on CF entity framework and used ADO.Net Entity framework.


Solution

  • Official announcement is here. It will be called Entity Framework 4.1. RC is planned for second half of March and RTW one month later.