How to fix this error about entity framework "Running transformation: Could not load file or assembly 'EntityFramework.SqlServer, Version=6.0.0.0"?

-1

I'm trying to update and even uninstalling and then again install various versions of entity framework to resolve this error but its continuously showing the same error.

Severity Code Description Project File Line Suppression State Error Running transformation: Could not load file or assembly 'EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045) WebApplication9 C:\Users\howdy\Source\Repos\WebApiFirst\WebApplication9\WebApplication9\Model1.edmx 57

c#
entity-framework
entity-framework-6
asked on Stack Overflow Apr 2, 2019 by user3311242 • edited Apr 2, 2019 by Ahmed Abdelhameed

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0