Hi,
I'm trying to create a custom property editor for displaying a drop down list of people objects.
I have looked at the Rect property editor on the sample project which I am using as the basis for my custom property editor. However, everytime I run my project I get a ResourceReferenceKeyNotFoundException exception.
In order to narrow down the problem, I have copied and pasted the exact classes used by the sample (PropertyEditors.cs, PropertyEditors.xaml, and RectPropertyEditor.cs) into my project, but when the project is run I still get the ResourceReferenceKeyNotFoundException;
'TargetType=ActiproSoftware.Windows.ProductSamples.EditorsSamples.Demo.PropertyGridIntegrationCustom.PropertyEditors ID=RectValueTemplate' resource not found.
I'm sure I'm missing something simple on my project, but I can't for the life of me figure out what it is?
I'm trying to create a custom property editor for displaying a drop down list of people objects.
I have looked at the Rect property editor on the sample project which I am using as the basis for my custom property editor. However, everytime I run my project I get a ResourceReferenceKeyNotFoundException exception.
In order to narrow down the problem, I have copied and pasted the exact classes used by the sample (PropertyEditors.cs, PropertyEditors.xaml, and RectPropertyEditor.cs) into my project, but when the project is run I still get the ResourceReferenceKeyNotFoundException;
'TargetType=ActiproSoftware.Windows.ProductSamples.EditorsSamples.Demo.PropertyGridIntegrationCustom.PropertyEditors ID=RectValueTemplate' resource not found.
I'm sure I'm missing something simple on my project, but I can't for the life of me figure out what it is?