Non-threaded

Forums » Bugs & Problems » Read Thread

Post reports about problems or bugs in here.
This bug was closed 1/20/2007: Cannot reproduce

Recieved the Following...

18 years ago
 

I recieved this screen while on the 4th question of Dressing the Part.

Server Error in '/' Application.

Page resultset not returned

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: Page resultset not returned

Source Error:

Line 35: 			case "FollowLink":
            Line 36: 				{
            Line 37: 					StoryStateReturnValues ret = State.FollowLink(int.Parse(Request.Form["pbValue"]));
            Line 38: 					switch (ret)
            Line 39: 					{

Source File: d:\Users\alexp\Websites\ChooseYourStory.com\Story\Viewer\Default.aspx    Line: 37

Stack Trace:

[Exception: Page resultset not returned]
            ChooseYourStory.Stories.Page.Load(Int32 storyId, Int32 pageId) in C:\Projects\ChooseYourStory\WebSolution\ChooseYourStory\Stories\StoryState.Page.cs:75
            ChooseYourStory.Stories.StoryState.FollowLink(Int32 linkId) in C:\Projects\ChooseYourStory\WebSolution\ChooseYourStory\Stories\StoryState_PublicInterface.cs:230
            ASP.story_viewer_default_aspx.OnLoad(EventArgs e) in d:\Users\alexp\Websites\ChooseYourStory.com\Story\Viewer\Default.aspx:37
            System.Web.UI.Control.LoadRecursive() +47
            System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
            


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210