Replies: 1 comment
-
I had to change my package import from Dapper to Dapper.StrongName, that resolved the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting an error when I install OrchardCore from nuget, it says
The type 'SqlMapper' exists in both 'Dapper.StrongName, Version=2.0.0.0, Culture=neutral, PublicKeyToken=e3e8412083d25dd3' and 'Dapper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
.I believe this is because OrchardCore has a dependency for Dapper, but a different version than the one in my project. I tried updating to the most recent version of Dapper but that did not help.
Beta Was this translation helpful? Give feedback.
All reactions