Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Issue: XamlParseException at runtime on DateTimePicker [21175]

$
0
0
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: BoucherS **

Adding the file Xceed.Wpf.Toolkit.dll from the binaries on this site as a reference to a new project will make the following sample work :
```
<Window x:Class="WpfApplication95.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
Title="MainWindow" Height="350" Width="525">
<StackPanel>
<xctk:DateTimePicker Value="2002/10/12"
Width="150"
Height="25"/>
<TextBox Text="Tesxt" />
</StackPanel>
</Window>
```


Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>