Pregunta

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

¿Fue útil?

Solución

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top