AFter following the tutorial 'Extending the Personal Web Site Starter Kit' presented at 'http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/extendpws.asp', I get the following error when trying to access 'manage.aspx':
Compilation Error
Description:
An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
Source Error:
Line 1:
Line 2: Partial Class Admin_Manage
Line 3: Inherits System.Web.UI.Page
Line 4:
Source File: D:\Meus Documentos\Visual Studio 2005\WebSites\WebSite2\Admin\Manage.aspx.vb
Line: 2
I'm a total newbie regarding asp.net and any help would be greatly appreciated.
EderWainer
Member
10 Points
2 Posts
Error after creating 'Manage.aspx'
Feb 05, 2006 11:22 AM|LINK
Dear friends,
AFter following the tutorial 'Extending the Personal Web Site Starter Kit' presented at 'http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/extendpws.asp', I get the following error when trying to access 'manage.aspx':
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.Compiler Error Message: ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
Source Error:
Source File: D:\Meus Documentos\Visual Studio 2005\WebSites\WebSite2\Admin\Manage.aspx.vb Line: 2
I'm a total newbie regarding asp.net and any help would be greatly appreciated.
Thanks,
Eder Wainer