Hi,
I am a newcomer to C# and have been building an application which I have had some great success with.
I am stuck, and not sure how to procede.
I develop all the aspx pages on my local development machine, and have tested it and happy to release it.
I copied across a previous version some weeks ago, with just a couple of live pages.
How can I add new pages to that existing published app? I cannot just copy them across as I get an error.
Server Error in '/AppleGSX' 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 'AppleGSX.Repair_upload'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="Repair_upload.aspx.cs" AutoEventWireup="false" Inherits="AppleGSX.Repair_upload" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
do I have to rebuild the application in situe, or can I release from the test environment? ( I'm using Visual Studio 2003)
thanks in advance
I am a newcomer to C# and have been building an application which I have had some great success with.
I am stuck, and not sure how to procede.
I develop all the aspx pages on my local development machine, and have tested it and happy to release it.
I copied across a previous version some weeks ago, with just a couple of live pages.
How can I add new pages to that existing published app? I cannot just copy them across as I get an error.
Server Error in '/AppleGSX' 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 'AppleGSX.Repair_upload'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="Repair_upload.aspx.cs" AutoEventWireup="false" Inherits="AppleGSX.Repair_upload" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
do I have to rebuild the application in situe, or can I release from the test environment? ( I'm using Visual Studio 2003)
thanks in advance