Re: [mono-android] Third party assemblies not found wehn deploying

2011-12-15 Thread Andreia Gaita
On Wed, Dec 14, 2011 at 6:18 PM, eshy wrote: > That's what i thought based on the exception, so I added the references to > both projects but I'm still getting the same exception. > I'll try to add the actual source projects and reference them, maybe it's a > compilation issue with restsharp.mono

Re: [mono-android] Third party assemblies not found wehn deploying

2011-12-14 Thread eshy
That's what i thought based on the exception, so I added the references to both projects but I'm still getting the same exception. I'll try to add the actual source projects and reference them, maybe it's a compilation issue with restsharp.monodroid -- View this message in context: http://mono-fo

Re: [mono-android] Third party assemblies not found wehn deploying

2011-12-14 Thread Jonathan Pobst
You will need to reference reRestSharp and Newtonsoft.Json in the app project as well, or else they do not end up in the final build. Jonathan On 12/14/2011 11:11 AM, eshy wrote: > Hi, > > I created two projects, a core project where I make server calls and the > android app project which refer

[mono-android] Third party assemblies not found wehn deploying

2011-12-14 Thread eshy
Hi, I created two projects, a core project where I make server calls and the android app project which refernces the core project. In the core project, I reRestSharp and Newtonsoft.Json (monodroid versions of both) Everything builds fine but when I tried to deploy to a device, I get the following