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
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
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
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
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