I have a WebControlLib project that defines a custom property editor which
works well for a property of a custom control in the WebControlLib assembly
but when I move the custom property editor class to different assembly the
IDE won't run the editor for the property.
The attribute for the pro...
more >>