[Mono-bugs] [Bug 69318][Nor] Changed - Form action not set after a Server.Transfer
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Nov 2004 12:34:10 -0500 (EST)
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 bugzilla-ximian.20.abienvenu@spamgourmet.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69318
--- shadow/69318 2004-11-10 15:07:11.000000000 -0500
+++ shadow/69318.tmp.12231 2004-11-18 12:34:10.000000000 -0500
@@ -38,6 +38,30 @@
It has been tested with mono 1.0.4, mod_mono 1.0.4 and Apache 2.0.52 under RH9.
------- Additional Comments From anmar@gmx.net 2004-11-10 13:52 -------
Created an attachment (id=13203)
Unzip and use mod_mono to run it
+
+------- Additional Comments From bugzilla-ximian.20.abienvenu@spamgourmet.com 2004-11-18 12:34 -------
+This is a big issue since any application that makes use of
+Server.Transfer cannot work with mono 1.0.4. I want to give the error
+message that people will probably get, because the related bug is hard
+to find :
+
+Error Message: HTTP 500.
+
+Stack Trace:
+
+System.InvalidCastException: Cannot cast from source type to
+destination type.
+in <0x0003d> System.Web.UI.WebControls.DataGrid:LoadViewState (object)
+in <0x00093> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x001b4> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x001b4> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x0005b> System.Web.UI.Page:LoadPageViewState ()
+in <0x000f1> System.Web.UI.Page:InternalProcessRequest ()
+in <0x000c2> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in <0x002eb> ExecuteHandlerState:Execute ()
+in <0x00084> StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)
+