Hello, It's likely linked away since it's used thru reflection (and the linker can't mark it as required).
You can confirm this by trying to "link sdk" on the simulator (faster) or "don't link" on devices. Regards, Sebastien On Mon, Jul 16, 2012 at 11:51 AM, Rolf Bjarne Kvinge <[email protected]> wrote: > Hi, > > On Tue, Jul 10, 2012 at 1:46 PM, eclipsed4utoo <[email protected]> wrote: >> >> Just thought I'd update this. It seems the same issue occurs for 'double' >> and 'decimal' types. I have added code to specifically handle these three >> scenarios(Guid, double, decimal). >> >> Is this a bug or something? > > > Is this in the simulator, or only on device? (if so, the methods might be > linked away) > > Rolf > >> >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/Guid-Parse-doesn-t-seem-to-exist-with-Reflection-tp4655870p4655892.html >> Sent from the MonoTouch mailing list archive at Nabble.com. >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch > > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
