Deploying and testing
-
I have an application developed in asp.net c#. Each time it's being tested, I get this same error over and over again. My problem is that error page does not exist in my app any longer, but when being tested on the live environment, I get an error on the page I no longer have in my app. The error reads below: "Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following parse error and modify your source file appropriately. Parser Error Message: Could not load type 'warehouseDeliveryBookingSystem.Default'. Source ERROR: Line1: <%@ Page Langauge=C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WarehousDeliveryBookingSystem.Default"%> Line2: Line3: " How do I resolve this error?