0

I initially got a problem in DB due to which I re-installed entity framework (earlier my version was 5.0 and now I installed 6.1.3), I am connected to SQL server but now I am getting an error which says:

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: An error occurred creating the configuration section handler for entityFramework: Could not load file or assembly 'EntityFramework, Version=6.1.3, 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)

Please tell me how to resolve it. Thanks

Community
  • 1
  • 1
Mah Mah
  • 11
  • 1
  • 6

2 Answers2

0

Try to update your EntityFrame Work using this command from

update-Package EntityFramework

Own
  • 174
  • 1
  • 11
0

Also, make sure that the versions on packages.config and web.config match

Endi Zhupani
  • 736
  • 2
  • 7
  • 22