Re: [MonoTouch] Newtonsoft.Json problem with Twitterizer

2011-12-21 Thread kpijnenburg
I'm getting a little further. I found somewhere online a monotouch twitterizer version Netwonsoft.JSON. It now correctly works in the Simulator but on the device i get: Dec 21 12:36:21 unknown UIKitApplication:com.supportware.MyFootballProHD[0x99ac][3488] Notice: Unhandled Exception:

Re: [MonoTouch] Newtonsoft.Json problem with Twitterizer

2011-12-21 Thread Sebastien Pouliot
Hello, It looks like your using an old and/or miscomputed version of the assembly (that requires things, like SRE, that is not available on iOS devices). See http://stackoverflow.com/q/8342567/220643 for a similar question (and answers). Regards, Sebastien On Wed, Dec 21, 2011 at 6:45 AM,

[MonoTouch] Newtonsoft.Json problem with Twitterizer

2011-12-20 Thread kpijnenburg
Hi, I'm trying using Twitterizer to post tweets in my MonoTouch app. Authentication is working, but now i'm trying to get some tweets. I get this exception because of the json lib used by Twitterizer: System.TypeLoadException: Could not load type 'Newtonsoft.Json.Utilities.DynamicWrapper' from