I can't find ControlDesigner class in system.windows.forms.design namespace,but in MSDN refrences this class implemented in above mentioned namespace.what can i do for finding this class in .NET namespaces?
MigrationUser 1 Monday, December 01, 2003 5:47 PM
I believe that's in the System.Design.dll. Add a reference to that assembly and see if it can find it then.