[Mono-bugs] [Bug 79920][Maj] Changed - ASP.NET 2.0 runtime error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 17 05:09:14 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by fn30762 at fmi.uni-sofia.bg.

http://bugzilla.ximian.com/show_bug.cgi?id=79920

--- shadow/79920	2006-11-16 19:31:29.000000000 -0500
+++ shadow/79920.tmp.26977	2006-11-17 05:09:14.000000000 -0500
@@ -129,6 +129,95 @@
   3. Move xsp2.exe from lib/mono/2.0 to to lib/mono/2.0/exes
   4. Update xsp, xsp.bat, xsp2 and xsp2.bat to the new directory.
 
 After that, everything worked fine.
 
 Wade? Can you do that?
+
+------- Additional Comments From fn30762 at fmi.uni-sofia.bg  2006-11-17 05:09 -------
+I did the last instructions and also I added the Mono.WebServer2.dll
+to the gac cache. 
+I stated fine, but then it gave an error. I ve cleared the asp.net
+temporary directory and this did not help. Please fix the installer.
+Also should the error contain mono runtime somewhere? What should I do
+next?
+
+Server Error in '/' Application.
+--------------------------------------------------------------------------------
+
+The state information is invalid for this page and might be corrupted. 
+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.Web.HttpException: The state information is
+invalid for this page and might be corrupted.
+
+Source Error: 
+
+
+[No relevant source lines]
+ 
+
+Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
+ASP.NET Files\root\21eee67f\cc7e5c64\App_Web_w5rveelt.3.cs    Line: 0 
+
+Stack Trace: 
+
+
+[FormatException: Invalid character in a Base-64 string.]
+   System.Convert.FromBase64String(String s) +0
+   System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +72
+  
+System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String
+serializedState) +5
+  
+System.Web.UI.ClientScriptManager.EnsureEventValidationFieldLoaded() +170
+
+[ViewStateException: Invalid viewstate. 
+	Client IP: 127.0.0.1
+	Port: 
+	User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64;
+.NET CLR 2.0.50727)
+	ViewState:
+/wEWBQKA+IPpAwKGpvzpBgKfrq/LDQLSheDZBQLpzoHMAuzBiELhXlNz5Ws6z3feYHhVNz+j
+...]
+
+[HttpException (0x80004005): The state information is invalid for this
+page and might be corrupted.]
+   System.Web.UI.ViewStateException.ThrowError(Exception inner, String
+persistedState, String errorPageMessage, Boolean macValidationError) +119
+  
+System.Web.UI.ClientScriptManager.EnsureEventValidationFieldLoaded() +206
+   System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId,
+String argument) +68
+   System.Web.UI.Control.ValidateEvent(String uniqueID, String
+eventArgument) +108
+   System.Web.UI.WebControls.TextBox.LoadPostData(String postDataKey,
+NameValueCollection postCollection) +22
+  
+System.Web.UI.WebControls.TextBox.System.Web.UI.IPostBackDataHandler.LoadPostData(String
+postDataKey, NameValueCollection postCollection) +11
+   System.Web.UI.Page.ProcessPostData(NameValueCollection postData,
+Boolean fBeforeLoad) +380
+   System.Web.UI.Page.ProcessRequestMain(Boolean
+includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7992
+   System.Web.UI.Page.ProcessRequest(Boolean
+includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +158
+   System.Web.UI.Page.ProcessRequest() +85
+   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +20
+   System.Web.UI.Page.ProcessRequest(HttpContext context) +110
+   ASP.default_aspx.ProcessRequest(HttpContext context) in
+c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
+Files\root\21eee67f\cc7e5c64\App_Web_w5rveelt.3.cs:0
+  
+System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
++317
+   System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
+Boolean& completedSynchronously) +65
+
+ 
+
+
+--------------------------------------------------------------------------------
+Version Information: Microsoft .NET Framework Version:2.0.50727.42;
+ASP.NET Version:2.0.50727.210 


More information about the mono-bugs mailing list