You're getting the link shrinkage symptom... Release builds usually have
Linking set to 'Sdk assemblies'. This strips 'unused' stuff to reduce the
final package size. This can lead to reflection triggering exceptions for
not finding a type or method or property. Try building a release with
Linking set to 'None'. If the error disappears, you'll get your answer.

Check this out: http://docs.xamarin.com/android/advanced_topics/linking


On 19 December 2012 10:54, javitxin <[email protected]> wrote:

> has shared runtime anything to do with this?
>
>
>
> --
> View this message in context:
> http://mono-for-android.1047100.n5.nabble.com/property-getValue-error-reflecting-tp5712653p5712654.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> [email protected]
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>



-- 
Gonçalo Oliveira
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to