Re: [mono-android] System.Linq.Dynamic

2012-04-18 Thread laurar81
Great! Now with System.core it's perfect -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/System-Linq-Dynamic-tp5636105p5648494.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing

Re: [mono-android] System.Linq.Dynamic

2012-04-17 Thread Atsushi Eno
Oh, OK I found the solution :) What I missed was System.Core (I thought it must have been used in my app and hence processed!). I attached a workaround sample for my DynamicTest [*1] sample in our monodroid-samples repo. It should be also noted that element has to be added to the element for

Re: [mono-android] System.Linq.Dynamic

2012-04-17 Thread Jonathan Pryor
On Apr 16, 2012, at 11:45 AM, laurar81 wrote: > can you tell me of you find a solution? Could you please file a bug and attach your project? Thanks, - Jon ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.xim

Re: [mono-android] System.Linq.Dynamic

2012-04-16 Thread laurar81
I hope that you find a solution. I need really this library. can you tell me of you find a solution? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/System-Linq-Dynamic-tp5636105p5644204.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] System.Linq.Dynamic

2012-04-16 Thread Atsushi Eno
Oh, then my suggestion is likely invalid. I'm sorry and thanks for your time. I'll look for a valid fix for this issue anyways. Atsushi Eno On 2012/04/16 16:12, laurar81 wrote: I followed all the steps as described but does not work. I'm sorry -- View this message in context: http://mono

Re: [mono-android] System.Linq.Dynamic

2012-04-16 Thread laurar81
I followed all the steps as described but does not work. I'm sorry -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/System-Linq-Dynamic-tp5636105p5643098.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] System.Linq.Dynamic

2012-04-15 Thread Atsushi Eno
Oh, maybe I was not be very clear in my previous post - there are two steps you need to do, 1) and either of 2a) or 2b). For those framework dlls, 1) applies: 1) Microsoft.Csharp.dll, Mono.CSharp.dll has to be added like this http://docs.xamarin.com/android/advanced_topics/linking#linkskip Th

Re: [mono-android] System.Linq.Dynamic

2012-04-15 Thread laurar81
how do I add Microsoft.Csharp.dll, Mono.CSharp.dll? [Android.Runtime.Preserve(AllMembers = true)] I have added so using System.Collections.Generic; using System.Text; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Reflection.Emit; using System.Threading;