Server Error in '/' Application.
Value does not fall within the expected range.
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.ArgumentException: Value does not fall within the expected range.
Source Error:
Line 12: else
Line 13: {
Line 14: Page.Title =
Line 15: "Storygames > " +
Line 16: ChooseYourStory.Utilities.UrlEncoding.LegacyDecode(Request.QueryString.ToString().TrimStart('?'));
|
Source File: c:\Websites\ChooseYourStory\ChooseYourStory.com\game\Default.aspx Line: 14
Stack Trace:
[ArgumentException: Value does not fall within the expected range.]
System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) +0
System.Web.Hosting.IIS7WorkerRequest.GetPreloadedEntityBodyLength() +63
System.Web.Hosting.IIS7WorkerRequest.GetPreloadedEntityBody() +43
System.Web.HttpWorkerRequest.HasEntityBody() +75
System.Web.HttpRequest.GetEncodingFromHeaders() +263
System.Web.HttpRequest.get_ContentEncoding() +72
System.Web.HttpServerUtility.UrlDecode(String s) +193
ASP.game_default_aspx.Page_PreRender() in c:\Websites\ChooseYourStory\ChooseYourStory.com\game\Default.aspx:14
System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +12
System.Web.UI.Control.PreRenderRecursiveInternal() +113
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4185
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1