RE: Web Form Inheritance Error (Non-Abstract Superclass)
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 06/11/04
- Next message: mattia: "vs.net, abstract classes and web form designer"
- Previous message: Christoph Nahr: "Re: XML editing problem"
- In reply to: Scott Simms: "Web Form Inheritance Error (Non-Abstract Superclass)"
- Next in thread: Scott Simms: "RE: Web Form Inheritance Error (Non-Abstract Superclass)"
- Reply: Scott Simms: "RE: Web Form Inheritance Error (Non-Abstract Superclass)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Jun 2004 08:23:41 GMT
Hi Scott,
I perform simple test absed on your description. However, I failed to
reproduce the problem. Did the problem only occur with one asp.net project
or a class (App.Web.Client.Common.UI.BasePage)? I build a very simple class
as following:
using System;
namespace MyWebClassLibrary
{
public class MyPage:System.Web.UI.Page
{
public MyPage()
{
}
}
}
In the ASP.NET project, I add a referece to the assembly, and then it work
without any problem.
Another thing worthy to mention is you may check if there are any addin in
your VS.NET 2003. If so, disable them and try again. Based on my
experience, this may cause such a problem.
Luke
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
- Next message: mattia: "vs.net, abstract classes and web form designer"
- Previous message: Christoph Nahr: "Re: XML editing problem"
- In reply to: Scott Simms: "Web Form Inheritance Error (Non-Abstract Superclass)"
- Next in thread: Scott Simms: "RE: Web Form Inheritance Error (Non-Abstract Superclass)"
- Reply: Scott Simms: "RE: Web Form Inheritance Error (Non-Abstract Superclass)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|