OK so im working away on a new feature for an application im working on.
Using VS 2008, have the feature working perfectly when I run it from VS. But when I deploy it to the server I get the following error:
Server Error in '/FE' 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: The file '/FE/Asp/CCJTLTCodes/JTLTcode_add.aspx.cs' does not exist.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="JTLTcode_add.aspx.cs" Inherits="JTL_Reasoncode1_add" MasterPageFile="~/Site.master" %>
Line 2:
Line 3:
Source File: /FE/Asp/CCJTLTCodes/JTLTcode_add.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618
It cant see the codefile, even though everything built successfully and was tested and worked grand before being deployed..
Anyone have any ideas?