This ought to easy but I just worked through the night... The app runs on the simulator, calling one version of a constructor for a class
public MyWhatsit( IntPtr handle) The app does not work on the device; it is complaining that it can't find the initWithCoder: version. I have one defined, public MyWhatsit(NSCoder coder), so I'm not sure what it is actually telling me. -Mike _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
