On Dec 15, 2011, at 6:51 AM, Steven Pack wrote: > So, that looks good, but the assemblies themselves still say 4.0.0.0 (should > they be 4.0.1.234125318?) > > System.Core 4.0.0.0 > /Library/Frameworks/Mono.framework/Versions/2.10.6/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll
Wrong set of assemblies. :-) The Mono for Android profile assemblies are in /Developer/MonoAndroid/usr/lib/mono/2.1, e.g. /Developer/MonoAndroid/usr/lib/mono/2.1/System.Core.dll. System.Core.dll has a Version of 2.0.5.0. Note that Mono for Android's BCL doesn't follow the Mono for Android version number (hence 2.0.5.0 instead of 4.0.1), and we haven't versioned Mono.Android.dll either (it's 0.0.0.0). Mono.Android.dll, meanwhile, is in /Developer/MonoAndroid/usr/lib/mandroid/platforms/android-*. As for the stacktrace-less crash, we still need some form of repro in order to understand what's happening. :-( If anyone can get a repro (even if it involves a Resume, as long as it's reproducible), we would be very grateful. Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
