The type exists in both DLLs
Open up your project's References
, right-click on the offender, and select Properties.
Change your Aliases to a custom name:
Then whenever you wish to use your offending reference in your code, simply insert this at the top of your file:
extern alias MyAlias;