Hi
I have the same problem. I am referencing Mono.Android.Export.dll and it
still doesn't work.
It works if I set Sdk Assemblies only but not if is set it to Sdk and User
Assemblies.
While it would't be a problem to use Sdk Assemblies only this causes the app
to crash if the user clears the a
On Jan 10, 2014, at 11:20 AM, catalina.chioveanu
wrote:
> It works if I set Sdk Assemblies only but not if is set it to Sdk and User
> Assemblies.
Linking both SDK and User assemblies is generally a good way to break things,
as your assemblies won't be annotated with [Preserve] to ensure that
On Jan 17, 2014, at 7:47 AM, Francesco Colombo
wrote:
> Then I build my Facebook wrapper, so I create two library projects, one for
> iOS and Android. These library reference the the "binding.dll". From now on
> we call these dlls "wrapper.dll".
>
> Finally I create two app projects, one for i
Please file a bug with a test case at bugzilla.xamarin.com.
Thanks,
- Jon
On Jan 7, 2014, at 7:15 AM, venkatesh wrote:
> Hi,
>
> I am trying to deserialize the JSON String from WCF Rest Service into C#
> List collection. But deserialization showing null.
>
> *WCF Service*
>
>
>
> *GetJSON