Reputation: 23
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.
Upvotes: 2
Views: 4100
Reputation: 364409
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.
Upvotes: 2
Reputation: 52745
From what I've read in the official forums, it's some time this year.
Upvotes: 0
Reputation: 1039438
There has been any official release dates announced yet but it is quite possible it will be part of the next version of the framework .NET 5.0 vNext and Visual Studio.
Upvotes: 1