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:

  1. changed target framework 4.5 on projects in solution
  2. updated reference ef 5 on projects using nuget package manager
  3. changed web.config in mvc project "section name="entityframework... 5.0.0.0.."
  4. checked if multiple .edmx files generated, there wasnt.
  5. "cleaned build" + restart didnt help
  6. searched whole solution 4.4.0.0 5.0.0.0
  7. 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

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -