문제

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

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top