ColoectionEditor not found

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I don't know why I'm getting this error...
The type or namespace name 'CollectionEditor' could not be found (are you
missing a using directive or an assembly reference?)

I do have using System.ComponentModel.Design; but get yelled at here:
private class CustomTableStylesCollectionEditor : CollectionEditor
{
public CustomTableStylesCollectionEditor(Type type):base(type)
{
}
....
}

Thanks again!!!
Mel
 
melanieab,

Did you add reference to the System.Design.dll assembly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top