In case you didn't see my update, I removed [Serializable] and it works fine (except serializing to a binary of course). Yes I've verified everything. The data is there, but when I add [Serializable] the GC nulls out all the property's before I can even use it. Seems like a mono bug to me.
I suppose I could create a new class with serializable to save to the file, but if the GC won't preserve the data before I can use it, I don't see how it would work. ----- There was only 1 trilogy -- View this message in context: http://monotouch.2284126.n4.nabble.com/the-requested-operation-cannot-be-completed-because-tp4017899p4018007.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
