Hi,
I'm implementing the DateTimePicker in my project, using the toolkit.
However it complies without any issue on the namescpace, when I start the project, I have a XamlParseException on the Xaml tag <xctk:DateTimePicker>... telling me that it could not load the File or assembly Xceed....
I tried several things, such as deleting the XML namespace définitions in the XCeed Toolkit source project AssemblyInfo.cs, but wihtout any success....
Can someone help me ont this point ?
Thanks.
Comments: ** Comment from web user: LouisCPro **
I'm implementing the DateTimePicker in my project, using the toolkit.
However it complies without any issue on the namescpace, when I start the project, I have a XamlParseException on the Xaml tag <xctk:DateTimePicker>... telling me that it could not load the File or assembly Xceed....
I tried several things, such as deleting the XML namespace définitions in the XCeed Toolkit source project AssemblyInfo.cs, but wihtout any success....
Can someone help me ont this point ?
Thanks.
Comments: ** Comment from web user: LouisCPro **
@BoucherS,
Knowing that I only had to play with the Datetimpicker, I decided to drop the Toolkit from the project, and use instead a pair of standard DatePicker and a DropDownloist for the time part as I only need to use precalibrated timesets on each 15 minutes of the day from 0:00AM to 23:59, without seconds.
It is finally more convinient to my purpose thant playing around DateTimePicker.
Thanks for the effort. I'll probably go back the the toolkit if I need more controls in the future....