Couldn't find System.ComponentModel.Design.CollectionEditor

I want to use a GUI similar to a Collection Editor in my app (VB .NET) so that I can add/move my collection and edit its properties. 

I searched the web and found several tips.  Seems to me I should use the following class:

System.ComponentModel.Design.CollectionEditor 

Problem is I couldn't even find this class :-(

BTW, I am using .NET Framework 1.1.  Has the name been changed




Answer this question

Couldn't find System.ComponentModel.Design.CollectionEditor

  • troy anderson

    Add them to your references

    also add system.design and system.drawing while you are at it.

  • Couldn't find System.ComponentModel.Design.CollectionEditor