Dapper Framework error: Could not load file or assembly 'Dapper, A strongly-named assembly is required

2

Hello,

I use Dapper Framework to perform my SQL queries in C # Windows Forms, and I recently started a new project, and I came across this error:

  

Could not load file or assembly 'Dapper, Version = 1.50.2.0, Culture = neutral, PublicKeyToken = null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)

Could anyone recommend some sort of procedure ?! I have tried to reinstall the dapper and the error persists ... I looked in some sites and they asked to do some procedures through the console of visual studio and none solved my problem, help me!

    
asked by anonymous 11.01.2017 / 23:07

1 answer

3

You tried to install the PM ( Package Manager Console ) > Install-Package Dapper.StrongName ?

Reference: Dapper dot net (strong named) 1.50.2

Post very good gingo on.

    
11.01.2017 / 23:52