Re: [mono-android] Newtonsoft.Json.Monodroid Issue

2011-12-06 Thread Andreia Gaita
Hi, It's a bug with Fast Deployment and some referenced assemblies. It *might* work if you have full paths on the reference in the csproj instead of relative paths. It's being fixed, sorry for the inconvenience. andreia gaita On Mon, Dec 5, 2011 at 10:41 PM, klimaye wrote: > Disabling "fast de

Re: [mono-android] Newtonsoft.Json.Monodroid Issue

2011-12-05 Thread klimaye
Disabling "fast deployment" did the trick. Is this a 4.0 feature? How can we get it to take notice of the dll? Thanks for the help. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Newtonsoft-Json-Monodroid-Issue-tp5050306p5050381.html Sent from the Mono for Andro

Re: [mono-android] Newtonsoft.Json.Monodroid Issue

2011-12-05 Thread Jonathan Pryor
On Dec 5, 2011, at 5:03 PM, klimaye wrote: > This assembly from > > https://github.com/chrisntr/Newtonsoft.Json > > was working with 1.9.2 > > At runtime, I now get > > json.FromJson Exception : > > Could not load file or assembly 'Newtonsoft.Json.MonoDroid, Version=4.0.0.0, > Culture=neutral

Re: [mono-android] Newtonsoft.Json.Monodroid Issue

2011-12-05 Thread klimaye
I tried to use the much recent implementation of Json.Net 4.0 below https://github.com/ayoung/Newtonsoft.Json but still gives me this at runtime : json.FromJson Exception : Could not load file or assembly 'Newtonsoft.Json.MonoDroid, Version=4.0.3.0, Culture=neutral, PublicKeyToken=null' or on

[mono-android] Newtonsoft.Json.Monodroid Issue

2011-12-05 Thread klimaye
This assembly from https://github.com/chrisntr/Newtonsoft.Json was working with 1.9.2 At runtime, I now get json.FromJson Exception : Could not load file or assembly 'Newtonsoft.Json.MonoDroid, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. I am not missi