[Mono-list] Problem with multiple websites

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Mon, 25 Oct 2004 12:40:21 -0400


On Thu, 2004-10-21 at 12:34, Jeff Love wrote:
> I haven't had any problems with mod_mono and ASP.Net until I tried to
> launch a second website. Many of the pages work on the second site,
> but some of the pages give me strange errors. Here is some of the
> background on the problem. I have two sites that are very similar
> except for some name and text changes. All pages are the same and most
> of the controls are the same for both sites. I use Code-Behind for the
> sites. The first site that I access of the two works fine and I get no
> problems. However once I try to access the other site I get errors. No
> matter which site I access first, the second site always gives the
> same errors. Here is an example of the error I get:
> 
> System.FormatException: Error parsing 375px
> in [0x00147] (at
> /cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs:173)

That was a known bug related to AppDomains that has recently been fixed
in CVS.

-Gonzalo