I've taken a simple example and have tried to convert it from the Classic API to the Unified API. The app just creates viewcontroller, sets the viewcontroller as the root viewcontroller, and a UILabel is displayed in the view. It's real simple and everything displays in the classic api. Once I convert to the Unified API,, I make some changes, such as updating the namespace listings, frame, and such. Once I compile and run in the simulator, I get the following error message when the app runs. any suggestions on what I should look for?
Wally
2014-12-08 22:29:46.079 OldProject[3257:670033] Could not register the assembly 'OldProject': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/Assembly.cs:351
at MonoTouch.Registrar.DynamicRegistrar.CollectTypes (System.Reflection.Assembly assembly) [0x00000] in /Developer/MonoTouch/Source/maccore/src/ObjCRuntime/DynamicRegistrar.cs:228
at MonoTouch.Registrar.Registrar.RegisterAssembly (System.Reflection.Assembly assembly) [0x00049] in /Developer/MonoTouch/Source/maccore/src/ObjCRuntime/Registrar.cs:1307