asp.net mvc - EF 4.4 -> 5 "Multiple versions were encountered" in MVC4 -
i have solution lots of class library projects , mvc 4 website using them. tried upgrade .net framework 4 4.5 , upgrade class library projects, each using ef 4.4 models, ef 5. i'm getting "multiple versions encountered".
here's done far:
- changed target framework 4.5 on projects in solution
- updated reference ef 5 on projects using nuget package manager
- changed web.config in mvc project "section name="entityframework... 5.0.0.0.."
- checked if multiple .edmx files generated, there wasnt.
- "cleaned build" + restart didnt help
- searched whole solution 4.4.0.0 5.0.0.0
- providermanifesttoken="2008" on all, same before started
what might wrong here? i'm running out of ideas.
res://*/ in webconfig doesn't work in ef5
Comments
Post a Comment