Re: [mono-android] DialogPreference ClassNotFoundException

2012-07-23 Thread hhodgert
Thank you solved my problem, I did not realize that the namespace gets lower cased when generating the package. The oddity with the top level namespace is my attempt to obfuscate my company name for the purpose of posting the question on this forum. The other oddity, the Registration attribute

Re: [mono-android] DialogPreference ClassNotFoundException

2012-07-23 Thread Jonathan Pryor
On Jul 23, 2012, at 11:43 AM, hhodgert wrote: > The full exception + stack trace information as obtained from the Android > Debug Log: ... > 07-23 15:35:06.346 I/MonoDroid( 375): UNHANDLED EXCEPTION: > Android.Views.InflateException: Exception of type > 'Android.Views.InflateException' was thro

Re: [mono-android] DialogPreference ClassNotFoundException

2012-07-23 Thread hhodgert
The full exception + stack trace information as obtained from the Android Debug Log: -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/DialogPreference-ClassNotFoundException-tp5710982p5710993.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] DialogPreference ClassNotFoundException

2012-07-20 Thread Jonathan Pryor
On Jul 20, 2012, at 7:21 PM, hhodgert wrote: > Has anyone implemented the a custom DialogPreference? I have followed all > the steps for in java converted to monodroid but I get the exception class > not found.\ Please provide the full exception + stack trace information as obtained from the A