Skip to content Skip to sidebar Skip to footer

Mvxbind:error: View Type Not Found - Mvvmemiextensions.emidatepicker

I'm using EmiDatePicker but, at open the View a this Error occurs: MvxBind:Error:452,00 View type not found - mvvmemiextensions.EmiDatePicker 03-13 16:31:21.439 I/mono-stdout(20760

Solution 1:

If you've pulled the EmiPicker's in from a separate Assembly, then you need to let MvvmCross know the Assembly those are in - see https://github.com/MvvmCross/MvvmCross/wiki/Customising-using-App-and-Setup#providing-custom-views-android

If you've copied the EmiPicker's into the current UI Assembly, then you shouldn't need the mvvmemiextensions prefixes

If all else fails, you should be able to use the built-in MvxDatePicker and MvxTimePicker - which were inspired by Emi's work :) See example uses in the ApiExamples sample - e.g. https://github.com/MvvmCross/MvvmCross-Tutorials/blob/master/ApiExamples/ApiExamples.Droid/Resources/Layout/Test_Time.axml

Post a Comment for "Mvxbind:error: View Type Not Found - Mvvmemiextensions.emidatepicker"