Results 1 to 3 of 3

Thread: Web designer window not opening if inherited from another web form class

  1. #1

    Thread Starter
    Hyperactive Member Utpal's Avatar
    Join Date
    Feb 2002
    Location
    Mumbai, India
    Posts
    393

    Web designer window not opening if inherited from another web form class

    Hi everybody,
    I created a web form (WFrmEnt) and then used the MustInherit clause to make the webform class to an abstract base class. I then inherited WFrmEnt class in another web form (ItemEnt) which has additional controls to those present in WFrmEnt. ItemEnt runs perfectly fine, but its designer window does not open and shows the error message:
    "The file failed to load in the Web designer. Please correct the following error, then load it again. Type Abstract." What could be the problem?
    It is easy when you know it.

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    The designer doesn't know what type of class it is anymore.

  3. #3

    Thread Starter
    Hyperactive Member Utpal's Avatar
    Join Date
    Feb 2002
    Location
    Mumbai, India
    Posts
    393
    Why does it happen only with this class and not with other classes?
    What is the solution to this problem?
    It is easy when you know it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width