
Hello,
I am having a weird behaviour with the BrushPropertyEditor.
I have an Editor class attribute on an object, when it's selected, the property grid is supposed to show a color picker control from the BrushPropertyEditor.
On my development computer, it's working fine, but if I test it on a computer where Actipro is not installed, then the property editor is not loaded, and it doesn't load the other class attributes such as the DisplayName and the Category name. So the property appears just as a text with the color code such as #FFE9E9E9 in a misc category.
I was thinking that the 'ActiproSoftware.Editors.Interop.PropertyGrid.Wpf351.dll' was not present, but from what I can see, it's there and using ProcMon, I can see it's being loaded by my program.
So, any idea why I don't have the BrushPropertyEditor shwoing up? :)
I am having a weird behaviour with the BrushPropertyEditor.
I have an Editor class attribute on an object, when it's selected, the property grid is supposed to show a color picker control from the BrushPropertyEditor.
On my development computer, it's working fine, but if I test it on a computer where Actipro is not installed, then the property editor is not loaded, and it doesn't load the other class attributes such as the DisplayName and the Category name. So the property appears just as a text with the color code such as #FFE9E9E9 in a misc category.
I was thinking that the 'ActiproSoftware.Editors.Interop.PropertyGrid.Wpf351.dll' was not present, but from what I can see, it's there and using ProcMon, I can see it's being loaded by my program.
So, any idea why I don't have the BrushPropertyEditor shwoing up? :)