Hi Gurus,
I just inherited a .net app and I am a PHP programmer. THe error looks like this:
Server Error in '/' Application.
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: Partial Class Admin_Default
Line 2: Inherits System.Web.UI.Page
Line 3: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
I have not programmed in .net before but I know a bit about it. Any ideas why this error is happening? Does it mean I am missing a class call "Admin_Default" or maybe its misnamed?
Please advise...
I just inherited a .net app and I am a PHP programmer. THe error looks like this:
Server Error in '/' Application.
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: Partial Class Admin_Default
Line 2: Inherits System.Web.UI.Page
Line 3: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
I have not programmed in .net before but I know a bit about it. Any ideas why this error is happening? Does it mean I am missing a class call "Admin_Default" or maybe its misnamed?
Please advise...