Hi Sinaz, This probably means that some of the fields in your class are being linked out by the MonoTouch linker. You can add the [Preserve] attribute to the fields or try setting the "Linker behavior" option to "Don't Link" in the iPhone Build options.
Let us know if that works around the issue, then we'll know if it's the problem or not. I'm pretty sure that this will fix things for you and it's on our radar to find a solution to this issue because it seems a lot of people run into this. Jeff On Tue, Nov 8, 2011 at 6:20 PM, sisnaz <[email protected]> wrote: > UPDATE: I removed the [Serializable] attribute and now it works fine > reading > from my web service, but now I can't serialize it to the binary file.... > *frustrated > > ----- > There was only 1 trilogy > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/the-requested-operation-cannot-be-completed-because-tp4017899p4017959.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
