Could not load file or assembly 'EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I am getting this error in VS 2015, when i am executing the application. The application earlier it was in VS 2013 there is no error.
Install-Package EntityFramework -Version 5.0.0- Divyang Desai