```
A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional information: 'Set property 'Xceed.Wpf.Toolkit.Primitives.UpDownBase(System.Nullable(System.DateTime)).Value' threw an exception.' Line number '68' and line position '37'.
```
---
Attemping to use DateTimePicker, or any of the DateTime* causes it to crash.
Any form for parameters cause the same to happen.
---
Tried install the Toolkit Plus edition, and then i did not get the error.
Comments: ** Comment from web user: BoucherS **
A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional information: 'Set property 'Xceed.Wpf.Toolkit.Primitives.UpDownBase(System.Nullable(System.DateTime)).Value' threw an exception.' Line number '68' and line position '37'.
```
---
Attemping to use DateTimePicker, or any of the DateTime* causes it to crash.
Any form for parameters cause the same to happen.
---
Tried install the Toolkit Plus edition, and then i did not get the error.
Comments: ** Comment from web user: BoucherS **
Hi,
Under VS2012, the sample is compiling and running correctly. The only thing I see is the XAML designer displaying an error : "The DateTimePicker does not exists in the namespace...". Is this your bug?
What do you mean by "Any form for parameters cause the same to happen.".