Frage

Is there som requisite that block Dapper use in a PortableLibraryProject? I'm trying to create the data access library that will be used in a wp7 and a WPF application.

WP7 app will also work in offline mode so I can't rely on a common external webservice

War es hilfreich?

Lösung

Dapper cannot be compiled as a Portable Class Library because there's no support for Reflection.Emit and System.Data

Andere Tipps

Dapper needs to be compiled as Portable Class Library to be able to use it from a Portable Class Library

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top