Hi, My guess is that one of your referenced assemblies references a third assembly you're not referencing in your project.
The easiest way to confirm this is to build for device - when building for device everything will be resolved at build time (and if something fails to resolve you'll get an error explaining the problem, which is usually easier to understand). Rolf On Sat, Dec 29, 2012 at 9:59 PM, Guido Van Hoecke <[email protected]> wrote: > > 2012-12-29 21:25:58.148 Pipo[92867:c07] Could not load 'Pipo' for > registration: System.TypeLoadException: Could not load type > 'PipoSpace.PipoController' from assembly 'Pipo, Version=0.0.0.0, > Culture=neutral, PublicKeyToken=null'. > at (wrapper managed-to-native) System.MonoType:GetProperties
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
