-
Notifications
You must be signed in to change notification settings - Fork 784
Closed
Description
I'm trying to use the new Rx.NET 3.0 version with Xamarin.Android but I'm getting a compile error after installing the packages. The error message is:
Error CS1703 Multiple assemblies with equivalent identity have been imported: 'C:\Projects\NS\Kanzi.Mobile\packages\System.Runtime.InteropServices.WindowsRuntime.4.0.1\lib\netstandard1.3\System.Runtime.InteropServices.WindowsRuntime.dll' and 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Runtime.InteropServices.WindowsRuntime.dll'. Remove one of the duplicate references. Mobile.Core.Android C:\Projects\NS\Kanzi.Mobile\Mobile.Core.Android\CSC 1 Active
I can see the reference to the System.Runtime.InteropServices.WindowsRuntime assembly from the associated package in my projects reference. Not sure where the other assembly comes from, but I'm assuming this is included automagically by the build system.
Is this supposed to work at all? I'm using the latest stable Xamarin version (4.1.2.18) and Xamarin.Android version (6.1.2.21) with Visual Studio 2015 Update 3.
Reactions are currently unavailable