Hi,
I don't know why I'm getting this error...
The type or namespace name 'CollectionEdit or' could not be found (are you
missing a using directive or an assembly reference?)
I do have using System.Componen tModel.Design; but get yelled at here:
private class CustomTableStyl esCollectionEdi tor : CollectionEdito r
{
public CustomTableStyl esCollectionEdi tor(Type type):base(type )
{
}
....
}
Thanks again!!!
Mel
I don't know why I'm getting this error...
The type or namespace name 'CollectionEdit or' could not be found (are you
missing a using directive or an assembly reference?)
I do have using System.Componen tModel.Design; but get yelled at here:
private class CustomTableStyl esCollectionEdi tor : CollectionEdito r
{
public CustomTableStyl esCollectionEdi tor(Type type):base(type )
{
}
....
}
Thanks again!!!
Mel
Comment