Hi

I get this error when I am debugging in VS 2010 and MonoDorid. the debugger
detaches it self and I get that error.

Apparently it should be  https://bugzilla.novell.com/show_bug.cgi?id=687521
fixed     but guess not.


    ISharedPreferences mySharePrefernces =
settingsActivity.GetSharedPreferences(SharePreferenceName,
FileCreationMode.Private);
                Dictionary<string, object> dic = new
Dictionary<string, object>(mySharePrefernces.All);
                return dic;

This is the code that is causing it to crash. I have no clue what about it
is crashing it as it does not give me a error.

It dies on the conversion from an IDictionary to Dictionary.
mySharePreferences.All has a count of 5 so it is not empty so I don't think
it is a null reference problem.

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/The-program-Mono-has-exited-with-code-255-0xff-tp4670897p4670897.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to