[mono-android] property getValue error (reflecting)
Goncalo Oliveira
goncalo at minkan.net
Wed Dec 19 11:05:19 UTC 2012
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 <javier at externalia.com> 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
> Monodroid at lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
--
Gonçalo Oliveira
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodroid/attachments/20121219/a37c0588/attachment.html>
More information about the Monodroid
mailing list