[Mono-list] mod_mono help...

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Wed, 01 Sep 2004 11:26:55 -0400


On Tue, 2004-08-31 at 00:45, Reno Romanin wrote:
> Hey there, first post to this list, thanks for any help in advance ;P
> 
> Anyway, I'm not a programmer of any type, all I am trying to do is host
> a site that is written in c#.
> 
> It's pretty simple, click on something and it searches a flat database
> for related info. When I try to do this, it returns an http 500 error,
> something like this:
> 
> Description: Error processing request. 
> Error Message: HTTP 500. 
> 
> Stack Trace: System.InvalidCastException: Cannot cast from source type
> to destination type.
> in <0x00037> System.Web.UI.WebControls.WebControl:LoadViewState (object)
> in <0x00022> System.Web.UI.WebControls.Label: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 <0x00359> System.Web.HttpServerUtility:Execute
> (string,System.IO.TextWriter,bool)
> in <0x000bb> System.Web.HttpServerUtility:Transfer (string,bool)
> in <0x00016> System.Web.HttpServerUtility:Transfer (string)

Can we get a bug report and a test case for this on bugzilla? There's
some place where Transfer is called so you probably can reproduce the
problem with a page that does the transfer and the target of the
transfer.

-Gonzalo