bchavez / RethinkDb.Driver

:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
http://rethinkdb.com/api/java
Other
384 stars 134 forks source link

Support UWP applications #44

Closed bchavez closed 8 years ago

bchavez commented 8 years ago

Related to #40. On Gitter:

Mehmet Afsin Yuce @mehmetafsinyuce

Hello, I am developing an UWP application and nuget package installation response was

All packages are compatible with UAP,Version=v10.0 (win10-arm)

but I am getting error

{"Could not load file or assembly 'System.Runtime, Version=4.0.21.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)":"System.Runtime, Version=4.0.21.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"}

Fw is Windows10 (10.0,B 10240) is this library compatible with iot ? or I missed sth ? Please help....