Re: [mono-android] Error Linking Sdk Assemblies

2012-09-12 Thread Jonathan Pryor
On Sep 12, 2012, at 1:38 PM, Kirby wrote: > What I have real trouble to understand is: Why does the (non linked) version > run perfectly on the android device? Luck. ;-) You have a JIT, and the JIT won't complain about missing types or members unless/until those types/members are actually used

Re: [mono-android] Error Linking Sdk Assemblies

2012-09-12 Thread Kirby
Hmm... Thanks for the answer... What I have real trouble to understand is: Why does the (non linked) version run perfectly on the android device? Actually I do have an 4.0.0.0 assembly. It's a service model holding data classes (for use in a WebService) like: using System; using ProtoBuf; namespa

Re: [mono-android] Error Linking Sdk Assemblies

2012-09-12 Thread Jonathan Pryor
On Sep 12, 2012, at 5:09 AM, Kirby wrote: > Hi I've got the following error during rebuild an android app project in > Release mode We should improve that error message; it provides no useful context... That said, you have an assembly that is somehow referencing System.ComponentModel.Immutable

[mono-android] Error Linking Sdk Assemblies

2012-09-12 Thread Kirby
Hi I've got the following error during rebuild an android app project in Release mode with the following settings: Linking: Sdk Assemblies only Use shared runtime: false I don't use an ImmutableObjectAttribute within my code so I have no idea how to get rid of it... The "LinkAssemblies" task fai