https://bugzilla.novell.com/show_bug.cgi?id=664689
https://bugzilla.novell.com/show_bug.cgi?id=664689#c3 --- Comment #3 from Geoff Norton <[email protected]> 2011-01-17 16:34:59 UTC --- Did you compile that DLL as a MonoTouch library project, or did you just copy it from Visual Studio? You cannot use any old dll as a reference in a MonoTouch project, since it could refer to types or constructuts that MonoTouch cannot do. You should recompiled the library for monotouch. The fact that you're having issues with event += delegatename leads me to believe this is true. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
