When i run my application it works fine but the design page giving error "Invalid Markup" and
The name "DatePicker" does not exist in the namespace "clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit".
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suresh MPosted Sep 26, 2014, 2:44 AM
Check this .[Download this image and see the full image]
Suresh MPosted Sep 25, 2014, 5:29 AM
Also see my sample its working fine .
ARABINDA SATAPATHYPosted Sep 25, 2014, 2:14 AM
When i run my application on emulator it shows the listpicker and datepicker but when i stop the debugging and move to design page then its giving error "Invalid Markup" . The namespace i have already added. Please see the attached error file.
Thanks
Arabinda
Suresh MPosted Sep 25, 2014, 1:24 AM
You have to Add the below XAML namespace in your design page
xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
See this link
http://windowsapptutorials.wordpress.com/2014/06/05/list-picker-in-windows-phone-8/
http://www.c-sharpcorner.com/Blogs/15636/list-picker-in-windows-phone-8.aspx