Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Releasing pages

Status
Not open for further replies.

nicklieb

Programmer
Oct 17, 2002
383
GB
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
 
well solved it.. and suprise I not realised it before

I updated the local project file and compiled the page in release.

doh!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top