Pergunta

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

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top