Upgrading From EF 4x to 6 breaks everything
Posted
by
dan h
on Stack Overflow
See other posts from Stack Overflow
or by dan h
Published on 2013-11-08T21:50:17Z
Indexed on
2013/11/08
21:53 UTC
Read the original article
Hit count: 185
entity-framework
Attempted to upgrade my project from EF4 to EF6, I get build errors
It appears that if i swap out the namespaces manually to include the entity.core it works, but if i change the .edmx file at all, the code reverts back to the old references and i have to manually edit the code generation files to include the update namespace references.
I have attempted to "add code generation item" that does not resolve the issue at all. When i open the .edmx file in the IDE it shows me everything correctly.
© Stack Overflow or respective owner