ColoectionEditor not found

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • melanieab

    #1

    ColoectionEditor not found

    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
  • Stoitcho Goutsev \(100\) [C# MVP]

    #2
    Re: ColoectionEdito r not found

    melanieab,

    Did you add reference to the System.Design.d ll assembly.


    --

    Stoitcho Goutsev (100) [C# MVP]

    "melanieab" <melanieab@disc ussions.microso ft.com> wrote in message
    news:84F397C9-9CBA-41E0-9C78-594CB5F02D6A@mi crosoft.com...[color=blue]
    > 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[/color]


    Comment

    Working...