You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not load file or assembly 'EntityFramework6.Npgsql, Version=6.3.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' or one of its dependencies
#133
Open
BigApple1988 opened this issue
Aug 9, 2019
· 0 comments
Hi!
I'm triying to migrate my EF6 project to .NET Standart 2.1.
I've installed EntityFramework6.Npgsql 6.3.0-preview5.
Now I have an exception System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'EntityFramework6.Npgsql, Version=6.3.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' 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)
could you please help me with this?
The text was updated successfully, but these errors were encountered:
Hi!
I'm triying to migrate my EF6 project to .NET Standart 2.1.
I've installed EntityFramework6.Npgsql 6.3.0-preview5.
Now I have an exception
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'EntityFramework6.Npgsql, Version=6.3.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' 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)
could you please help me with this?
The text was updated successfully, but these errors were encountered: