The RC
class is not linked to a database, it is a simple class. The class is at only one place and is not partial. The Aérochem.Domain dll project compiles just
I had the same problem while two packages were ambiguously referencing the same dll, and this is what worked for me:
I have given an alias name
to one of the packages (named Dapper.StrongName), by putting the following into my .csproj
file:
AliasName
And then added the namespace
as using AliasName::Dapper;
I added a post here: Ambiguous extension methods
See related articles: