I created a BindingListView that subclasses from ListView ... when switch to
designer mode I get ...

The designer must create an instance of type 'System.Attribute' but it
cannot because the type is declared as abstract.

Poor designer. Anyone know how I can help him out?

Re: create an instance of type 'System.Attribute' by Stoitcho

Stoitcho
Fri Aug 06 08:42:57 CDT 2004

I don't get what your question is. Why does the designer need to create
System.Attribute instance?

--

Stoitcho Goutsev (100) [C# MVP]


"msnews.microsoft.com" <bkotch@fakedomain.com> wrote in message
news:e$wTu50eEHA.2352@TK2MSFTNGP09.phx.gbl...
> I created a BindingListView that subclasses from ListView ... when switch
to
> designer mode I get ...
>
> The designer must create an instance of type 'System.Attribute' but it
> cannot because the type is declared as abstract.
>
> Poor designer. Anyone know how I can help him out?
>
>
>
>
>
>
>
>



Re: create an instance of type 'System.Attribute' by msnews

msnews
Sat Aug 07 22:17:35 CDT 2004

Apologize if that wasn't clear ... question basically is why am I getting
this error ... and how to get rid of it?

The class isn't abstract!?!?


"Stoitcho Goutsev (100) [C# MVP]" <100@100.com> wrote in message
news:ON0B7r7eEHA.2764@TK2MSFTNGP11.phx.gbl...
> I don't get what your question is. Why does the designer need to create
> System.Attribute instance?
>
> --
>
> Stoitcho Goutsev (100) [C# MVP]
>
>
> "msnews.microsoft.com" <bkotch@fakedomain.com> wrote in message
> news:e$wTu50eEHA.2352@TK2MSFTNGP09.phx.gbl...
> > I created a BindingListView that subclasses from ListView ... when
switch
> to
> > designer mode I get ...
> >
> > The designer must create an instance of type 'System.Attribute' but it
> > cannot because the type is declared as abstract.
> >
> > Poor designer. Anyone know how I can help him out?
> >
> >
> >
> >
> >
> >
> >
> >
>
>