RE: Web Form Inheritance Error (Non-Abstract Superclass)
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 06/11/04
- Next message: Carlos J. Quintero [MVP]: "Re: creating popup menu"
- Previous message: Julien Nouhant via .NET 247: "Microsoft Visual Studio .NET 2003 aspx editor not available"
- In reply to: Scott Simms: "Web Form Inheritance Error (Non-Abstract Superclass)"
- Next in thread: [MSFT]: "RE: Web Form Inheritance Error (Non-Abstract Superclass)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Jun 2004 07:53: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: Carlos J. Quintero [MVP]: "Re: creating popup menu"
- Previous message: Julien Nouhant via .NET 247: "Microsoft Visual Studio .NET 2003 aspx editor not available"
- In reply to: Scott Simms: "Web Form Inheritance Error (Non-Abstract Superclass)"
- Next in thread: [MSFT]: "RE: Web Form Inheritance Error (Non-Abstract Superclass)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|