Hi,
Let me clarify the situation:
My VSPackage consists of various ToolWindows.
I want to add a CheckComboBox to only one of them, lets call it TW1.
When I debug my VSPackage, everything works fine until you open TW1.
When you open TW1, then the XamlParseException occurs and the XAML editor is shown, so you can see that your control cannot be instantiated.
Even using only the xaml "<xctk:CheckComboBox />" will throw the exception whenever TW1 is opened.
The Sample:
I have created a brand new VSPackage, added Extended WPF Toolkit through NuGet and added the xaml "<xctk:CheckComboBox />" and it throws the exception as well.
You can download it from here: VS2013PackageWithCheckComboBox.rar.
Let me clarify the situation:
My VSPackage consists of various ToolWindows.
I want to add a CheckComboBox to only one of them, lets call it TW1.
When I debug my VSPackage, everything works fine until you open TW1.
When you open TW1, then the XamlParseException occurs and the XAML editor is shown, so you can see that your control cannot be instantiated.
Even using only the xaml "<xctk:CheckComboBox />" will throw the exception whenever TW1 is opened.
The Sample:
I have created a brand new VSPackage, added Extended WPF Toolkit through NuGet and added the xaml "<xctk:CheckComboBox />" and it throws the exception as well.
You can download it from here: VS2013PackageWithCheckComboBox.rar.