DatePicker does not exist in the namespace in windows phone 8.0 -


when run application works fine design page giving error "invalid markup" , name "datepicker" not exist in namespace "clr-namespace:microsoft.phone.controls;assembly=microsoft.phone.controls.toolkit".

i think spelling mistake assembly

xmlns:toolkit="clr-namespace:microsoft.phone.controls;assembly=microsoft.phone.controls.toolkit" 

Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

java - the value of local variable is not used -