create an instance of type 'System.Attribute'

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
M

msnews.microsoft.com

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?
 
I don't get what your question is. Why does the designer need to create
System.Attribute instance?
 
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) said:
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 said:
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?
 
Back
Top