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: CS1501: No overload for method 'Page_Load' takes 0 arguments

Source Error:


Line 24:     protected void Page_Load(object sender, EventArgs e)
Line 25:     {
Line 26:         base.Page_Load();
Line 27:         AjaxPro.Utility.RegisterTypeForAjax(typeof(LotDetail2));
Line 28:         Page.Title = "Lot Detail - " + Inventory.DoSymbolSubstitution(inventory.Name);

Source File: \\fs01\webcontent\wwwroot\gottahaverockandroll.com\wwwroot\LotDetail2.aspx.cs    Line: 26







Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3770.0