开发者

Exporting Entity Framework 4 Data Model to Entity Framework 3.5

Is there a way to export a EF 4.0 Data Model to EF 3.5?

I looked around and found that we are not able to access EF 4.0 from a ASP.Net 3.5 project here: Using Entity Framework 4.0 in a .Net 3.5 Application

Our project is the 1st to go to .Net 4.0 using Entity Framework and we (the team) were wondering if there was a way for the other projec开发者_Go百科ts that "might" need to access our data that are still using the .Net 3.5 framework.

Thanks!


It's a bit fiddly, but it can be done. Either manually or with an XSLT, change the xmlns of the nodes in the EDMX as well as the version flag.

Easiest way to see what's involved is:

  1. Make a new EF 1 model in VS 2008.
  2. Back it up.
  3. Upgrade it to .NET 4 with VS 2010
  4. Diff the two models.

You'll find they're not that different, as long as you're not using .NET 4 only features.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜