Question

I'm working on making a complex object designer compliant and was going to utilize the ArrayEditor component... Needless to say, I don't have it... MSDN says it comes from .NET 1.1 which I most certainly do have and then some. Any ideas?

Was it helpful?

Solution

It's in the System.ComponentModel.Design namespace of the System.Design dll.

OTHER TIPS

Hmm. Bit more googling resolved the matter.

http://www.csharpfriends.com/Forums/ShowPost.aspx?PostID=45253

Apparently, ArrayEditor resides in System.Design.dll, not System.dll which provides access to System.ComponentModel.Design. :/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top