Because you're declaring at class scope vs. method scope. I'm guessing you have SGen enabled and possibly the experimental reference count option as well?
I stopped using SGen myself, had GC issues and crashes. If you have those options enabled, try without them enabled. Also, I'm not entirely sure of the details, but there are additional build parameters you have to define when SGen is enabled. -- View this message in context: http://monotouch.2284126.n4.nabble.com/GC-ed-System-MissingMethodException-tp4656569p4656575.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
