Inherit controls can use but it can not be showed in IDE

G

Guest

Dear all
I use a inherit controls to inherit a mustinherited control, however it can not be showed in ide with the error:
An error occurred while loading the document, Fix the error, and then try loading the document again. The error message follows: The designer must create an instance of type , but it can't because the type is declared as abstract.
 
S

Sijin Joseph

Remove the abstract(C#)/MustInherit(VB.Net) from the class declaration in
the code.

--
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph


Joe said:
Dear all
I use a inherit controls to inherit a mustinherited control, however it
can not be showed in ide with the error:
An error occurred while loading the document, Fix the error, and then try
loading the document again. The error message follows: The designer must
create an instance of type , but it can't because the type is declared as
abstract.
 

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

Top