I am getting below error when i try to deploy the application into Emulator below package is asking after i added to mu Droid project. again it is asking to install .how to resolve this issue in visualstudio 4.6.1.0 version
Severity Code Description Project File Line Suppression State
Error Can not resolve reference: System.Runtime.InteropServices.WindowsRuntime
, referenced by System.Reactive
. Please add a NuGet package or assembly reference for System.Runtime.InteropServices.WindowsRuntime
, or remove the reference to System.Reactive
. Aria.Droid
You could try install the System.Runtime.InteropServices.WindowsRuntime
for your project.
Similar question here: Error System.Runtime.InteropServices.WindowsRuntime
I tried with above solution but not resolved it.is there any alternate way to resolve and workaround for this issue???
Answers
You could try install the
System.Runtime.InteropServices.WindowsRuntime
for your project.Similar question here: Error System.Runtime.InteropServices.WindowsRuntime
I tried with above solution but not resolved it.is there any alternate way to resolve and workaround for this issue???