Well here's what the error says:
Server Error in '/' Application.
PostProcessed already!
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exception: PostProcessed already!
Source Error:
Line 52: case "FollowLink": Line 53: { Line 54: StoryStateReturnValues ret = State.FollowLink(int.Parse(Request.Form["pbValue"])); Line 55: switch (ret) Line 56: {
|
Source File: c:\Websites\ChooseYourStory\ChooseYourStory.com\Story\Viewer\Default.aspx Line: 54
Stack Trace:
[Exception: PostProcessed already!] ChooseYourStory.Stories.StoryState.PostProcess() in C:\ProgramData\InedoAgent\BuildMaster\Temp\_E67973\Src\ChooseYourStory\Stories\StoryState_PostProcess.cs:184 ChooseYourStory.Stories.StoryState.FollowLink(Int32 linkId) in C:\ProgramData\InedoAgent\BuildMaster\Temp\_E67973\Src\ChooseYourStory\Stories\StoryState_PublicInterface.cs:258 ASP.story_viewer_default_aspx.OnLoad(EventArgs e) in c:\Websites\ChooseYourStory\ChooseYourStory.com\Story\Viewer\Default.aspx:54 System.Web.UI.Control.LoadRecursive() +68 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3811
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2053.0