The project has been developed using .net2002. now i want to add more pages accoring to the users requirement. they work fine in the local system but when i put them into the server, it gives the following error. error will come only the newly added pages. i am using .net 2005
Server Error in '/dbs' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'TS'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup ="false" Inherits="TS" CodeBehind="TS. aspx.vb" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3:
Source File: D:\Deljo\DBS\TS .aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET Version:1.1.432 2.2300
Server Error in '/dbs' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'TS'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup ="false" Inherits="TS" CodeBehind="TS. aspx.vb" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3:
Source File: D:\Deljo\DBS\TS .aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET Version:1.1.432 2.2300
Comment