[Mono-list] RE: Mono-list digest, Vol 1 #2106 - 10 msgs
Joe Audette
joe_audette@yahoo.com
Fri, 22 Oct 2004 08:22:08 -0700 (PDT)
--0-1816505280-1098458528=:38304
Content-Type: text/plain; charset=us-ascii
I wonder how they are solving this problem at http://www.monoforge.com
It is a hosting company hosting multiple sites under mono 1.0.2
I have a site running there and I know I'm not the only one so they must have a solution.
Best Regards,
Joe Audette
Francisco Carpe Garc�a <pacocarpe@hotmail.com> wrote:
Hello,
at the moment, there is not solution to your problem (also the mine). You
can see the email of Dilton McGowan at 14/10/2004 in this list. Nobody who
leads the mono project has said anything about it. It's seems the silent is
the official response.
I avoid this issue having an xsp server running for every application (one
port for every application), but it's not a good solution.
>Date: Thu, 21 Oct 2004 10:34:11 -0600
>From: Jeff Love
>Reply-To: Jeff Love
>To: mono-list@lists.ximian.com
>Subject: [Mono-list] Problem with multiple websites
>
>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)
>System.Web.UI.WebControls.Unit:.ctor
>(string,System.Globalization.CultureInfo,System.Web.UI.WebControls.UnitType)
>in [0x00004] (at
>/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs:130)
>System.Web.UI.WebControls.Unit:.ctor
>(string,System.Globalization.CultureInfo)
>in [0x00004] (at
>/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs:62)
>System.Web.UI.WebControls.Unit:Parse
>(string,System.Globalization.CultureInfo)
>in [0x00048] (at
>/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/UnitConverter.cs:69)
>System.Web.UI.WebControls.UnitConverter:ConvertFrom
>(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object)
>in [0x00008] (at
>/cvs/1-mono/mcs/class/System/System.ComponentModel/TypeConverter.cs:66)
>System.ComponentModel.TypeConverter:ConvertFrom (object)
>in [0x0002d] (at /tmp/71884.0.cs:161)
>ASP.addlink_aspx:__BuildControl_m_txtLink ()
>in [0x0004e] (at /tmp/71884.0.cs:85) ASP.addlink_aspx:__BuildControl_Form1
>()
>in [0x00013] (at /tmp/71884.0.cs:70)
>ASP.addlink_aspx:__BuildControlTree (System.Web.UI.Control)
>in [0x0001b] (at /tmp/71884.0.cs:198) ASP.addlink_aspx:FrameworkInitialize
>()
>in [0x00040] (at
>/cvs/1-mono/mcs/class/System.Web/System.Web.UI/Page.cs:716)
>System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
>in [0x00091] (at
>/cvs/1-mono/mcs/class/System.Web/System.Web/HttpApplication.cs:444)
>ExecuteHandlerState:Execute ()
>in [0x0001e] (at
>/cvs/1-mono/mcs/class/System.Web/System.Web/HttpApplication.cs:708)
>StateMachine:ExecuteState
>(System.Web.HttpApplication/IStateHandler,bool&)
>
>Here is the code that it is accessing that is giving the problem:
>
>
>
>I don't see any problems with this line of code.
>
>I'm not sure what the problem is or how I can fix this. Any suggestions?
>
>I am using mono 1.0.2 with xsp 1.0.2 and mod_mono 1.0.2 on a Redhat
>Linux 9 machine. Thanks for your help.
>
>--
>Jeff Love
>Webmaster
>EducationOnlineForComputers.com
>Intelinfo.com
>
>--__--__--
>
_________________________________________________________________
Acepta el reto MSN Premium: Protecci�n para tus hijos en internet.
Desc�rgalo y pru�balo 2 meses gratis.
http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_proteccioninfantil
_______________________________________________
Mono-list maillist - Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
joe_audette@yahoo.com
http://www.joeaudette.com
http://www.mojoportal.com
--0-1816505280-1098458528=:38304
Content-Type: text/html; charset=us-ascii
<DIV>I wonder how they are solving this problem at <A href="http://www.monoforge.com">http://www.monoforge.com</A></DIV>
<DIV>It is a hosting company hosting multiple sites under mono 1.0.2</DIV>
<DIV> </DIV>
<DIV>I have a site running there and I know I'm not the only one so they must have a solution.</DIV>
<DIV> </DIV>
<DIV>Best Regards,</DIV>
<DIV> </DIV>
<DIV>Joe Audette</DIV>
<DIV><BR><BR><B><I>Francisco Carpe Garc�a <pacocarpe@hotmail.com></I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hello,<BR><BR>at the moment, there is not solution to your problem (also the mine). You <BR>can see the email of Dilton McGowan at 14/10/2004 in this list. Nobody who <BR>leads the mono project has said anything about it. It's seems the silent is <BR>the official response.<BR><BR>I avoid this issue having an xsp server running for every application (one <BR>port for every application), but it's not a good solution.<BR><BR><BR>>Date: Thu, 21 Oct 2004 10:34:11 -0600<BR>>From: Jeff Love <DOCLOVE@GMAIL.COM><BR>>Reply-To: Jeff Love <DOCLOVE@GMAIL.COM><BR>>To: mono-list@lists.ximian.com<BR>>Subject: [Mono-list] Problem with multiple websites<BR>><BR>>I haven't had any problems with mod_mono and ASP.Net until I tried to<BR>>launch a second website. Many of the pages work on the second site,<BR>>but some of the pages give me strange errors. Here is some of
the<BR>>background on the problem. I have two sites that are very similar<BR>>except for some name and text changes. All pages are the same and most<BR>>of the controls are the same for both sites. I use Code-Behind for the<BR>>sites. The first site that I access of the two works fine and I get no<BR>>problems. However once I try to access the other site I get errors. No<BR>>matter which site I access first, the second site always gives the<BR>>same errors. Here is an example of the error I get:<BR>><BR>>System.FormatException: Error parsing 375px<BR>>in [0x00147] (at<BR>>/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs:173)<BR>>System.Web.UI.WebControls.Unit:.ctor<BR>>(string,System.Globalization.CultureInfo,System.Web.UI.WebControls.UnitType)<BR>>in [0x00004]
(at<BR>>/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs:130)<BR>>System.Web.UI.WebControls.Unit:.ctor<BR>>(string,System.Globalization.CultureInfo)<BR>>in [0x00004] (at<BR>>/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs:62)<BR>>System.Web.UI.WebControls.Unit:Parse<BR>>(string,System.Globalization.CultureInfo)<BR>>in [0x00048] (at<BR>>/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/UnitConverter.cs:69)<BR>>System.Web.UI.WebControls.UnitConverter:ConvertFrom<BR>>(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object)<BR>>in [0x00008] (at<BR>>/cvs/1-mono/mcs/class/System/System.ComponentModel/TypeConverter.cs:66)<BR>>System.ComponentModel.TypeConverter:ConvertFrom (object)<BR>>in [0x0002d] (at /tmp/71884.0.cs:161)<BR>>ASP.addlink_aspx:__BuildControl_m_txtLink ()<BR>>in [0x0004e] (at /tmp/71884.0.cs:85) ASP.addlink_aspx:__BuildControl_Form1
<BR>>()<BR>>in [0x00013] (at /tmp/71884.0.cs:70)<BR>>ASP.addlink_aspx:__BuildControlTree (System.Web.UI.Control)<BR>>in [0x0001b] (at /tmp/71884.0.cs:198) ASP.addlink_aspx:FrameworkInitialize <BR>>()<BR>>in [0x00040] (at<BR>>/cvs/1-mono/mcs/class/System.Web/System.Web.UI/Page.cs:716)<BR>>System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)<BR>>in [0x00091] (at<BR>>/cvs/1-mono/mcs/class/System.Web/System.Web/HttpApplication.cs:444)<BR>>ExecuteHandlerState:Execute ()<BR>>in [0x0001e] (at<BR>>/cvs/1-mono/mcs/class/System.Web/System.Web/HttpApplication.cs:708)<BR>>StateMachine:ExecuteState<BR>>(System.Web.HttpApplication/IStateHandler,bool&)<BR>><BR>>Here is the code that it is accessing that is giving the problem:<BR>><BR>><?xml:namespace prefix = asp /><asp:TextBox id=m_txtLink Width="375px" runat="server"></asp:TextBox><BR>><BR>>I don't see any problems with this line of code.<BR>><BR>>I'm not sure what
the problem is or how I can fix this. Any suggestions?<BR>><BR>>I am using mono 1.0.2 with xsp 1.0.2 and mod_mono 1.0.2 on a Redhat<BR>>Linux 9 machine. Thanks for your help.<BR>><BR>>--<BR>>Jeff Love<BR>>Webmaster<BR>>EducationOnlineForComputers.com<BR>>Intelinfo.com<BR>><BR>>--__--__--<BR>><BR><BR>_________________________________________________________________<BR>Acepta el reto MSN Premium: Protecci�n para tus hijos en internet. <BR>Desc�rgalo y pru�balo 2 meses gratis. <BR>http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_proteccioninfantil<BR><BR>_______________________________________________<BR>Mono-list maillist - Mono-list@lists.ximian.com<BR>http://lists.ximian.com/mailman/listinfo/mono-list<BR></BLOCKQUOTE><BR><BR>joe_audette@yahoo.com<br>http://www.joeaudette.com<br>http://www.mojoportal.com
--0-1816505280-1098458528=:38304--