I\'ve been working with MonoTouch for 3 weeks now and everything was going great until I had to display PDFs in my app.
Using Apple\'s Quartz 2D Programming Guide I ma
This was caused by a bug in the MonoTouch Alpha which will be fixed in version 1.9.3
The above stack trace shows that the PDF release code was called from the finalizer thread, not directly from Dispose.
Would you be so kind to provide me with a test case that exhibits the problem? Once we have a test case, we should be able to give you a fix or a workaround in a couple of hours.