[Mono-list] ASP.NET/XSP problem

Gonzalo Paniagua Javier gonzalo@ximian.com
Mon, 03 May 2004 15:51:48 +0200


El dom, 02-05-2004 a las 11:22, Pedro Santos escribió:
> Hi. I have an application that usas several languages, based on the
> current User. In user preferences, when the user changes the language
> and submits, I get an exception that I do not understand:
> 
> //---------------------------------------------------------------------
> Server error in '/' application
> 
> ________________________________________________________________________
> String returned by HttpRuntime.GetResourceStringFromResourceManager
> Description: Error processing request. 
> 
> Error Message: HTTP 500. String returned by
> HttpRuntime.GetResourceStringFromResourceManager
> //---------------------------------------------------------------------

When you get that page in the browser, edit the source for it and you
will see a stack trace by the bottom. That will give you a hint on what'
happening.

-Gonzalo