[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>&nbsp;</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>&nbsp;</DIV>
<DIV>Best Regards,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Joe Audette</DIV>
<DIV><BR><BR><B><I>Francisco Carpe García &lt;pacocarpe@hotmail.com&gt;</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>&gt;Date: Thu, 21 Oct 2004 10:34:11 -0600<BR>&gt;From: Jeff Love <DOCLOVE@GMAIL.COM><BR>&gt;Reply-To: Jeff Love <DOCLOVE@GMAIL.COM><BR>&gt;To: mono-list@lists.ximian.com<BR>&gt;Subject: [Mono-list] Problem with multiple websites<BR>&gt;<BR>&gt;I haven't had any problems with mod_mono and ASP.Net until I tried to<BR>&gt;launch a second website. Many of the pages work on the second site,<BR>&gt;but some of the pages give me strange errors. Here is some of
 the<BR>&gt;background on the problem. I have two sites that are very similar<BR>&gt;except for some name and text changes. All pages are the same and most<BR>&gt;of the controls are the same for both sites. I use Code-Behind for the<BR>&gt;sites. The first site that I access of the two works fine and I get no<BR>&gt;problems. However once I try to access the other site I get errors. No<BR>&gt;matter which site I access first, the second site always gives the<BR>&gt;same errors. Here is an example of the error I get:<BR>&gt;<BR>&gt;System.FormatException: Error parsing 375px<BR>&gt;in [0x00147] (at<BR>&gt;/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs:173)<BR>&gt;System.Web.UI.WebControls.Unit:.ctor<BR>&gt;(string,System.Globalization.CultureInfo,System.Web.UI.WebControls.UnitType)<BR>&gt;in [0x00004]
 (at<BR>&gt;/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs:130)<BR>&gt;System.Web.UI.WebControls.Unit:.ctor<BR>&gt;(string,System.Globalization.CultureInfo)<BR>&gt;in [0x00004] (at<BR>&gt;/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs:62)<BR>&gt;System.Web.UI.WebControls.Unit:Parse<BR>&gt;(string,System.Globalization.CultureInfo)<BR>&gt;in [0x00048] (at<BR>&gt;/cvs/1-mono/mcs/class/System.Web/System.Web.UI.WebControls/UnitConverter.cs:69)<BR>&gt;System.Web.UI.WebControls.UnitConverter:ConvertFrom<BR>&gt;(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object)<BR>&gt;in [0x00008] (at<BR>&gt;/cvs/1-mono/mcs/class/System/System.ComponentModel/TypeConverter.cs:66)<BR>&gt;System.ComponentModel.TypeConverter:ConvertFrom (object)<BR>&gt;in [0x0002d] (at /tmp/71884.0.cs:161)<BR>&gt;ASP.addlink_aspx:__BuildControl_m_txtLink ()<BR>&gt;in [0x0004e] (at /tmp/71884.0.cs:85) ASP.addlink_aspx:__BuildControl_Form1
 <BR>&gt;()<BR>&gt;in [0x00013] (at /tmp/71884.0.cs:70)<BR>&gt;ASP.addlink_aspx:__BuildControlTree (System.Web.UI.Control)<BR>&gt;in [0x0001b] (at /tmp/71884.0.cs:198) ASP.addlink_aspx:FrameworkInitialize <BR>&gt;()<BR>&gt;in [0x00040] (at<BR>&gt;/cvs/1-mono/mcs/class/System.Web/System.Web.UI/Page.cs:716)<BR>&gt;System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)<BR>&gt;in [0x00091] (at<BR>&gt;/cvs/1-mono/mcs/class/System.Web/System.Web/HttpApplication.cs:444)<BR>&gt;ExecuteHandlerState:Execute ()<BR>&gt;in [0x0001e] (at<BR>&gt;/cvs/1-mono/mcs/class/System.Web/System.Web/HttpApplication.cs:708)<BR>&gt;StateMachine:ExecuteState<BR>&gt;(System.Web.HttpApplication/IStateHandler,bool&amp;)<BR>&gt;<BR>&gt;Here is the code that it is accessing that is giving the problem:<BR>&gt;<BR>&gt;<?xml:namespace prefix = asp /><asp:TextBox id=m_txtLink Width="375px" runat="server"></asp:TextBox><BR>&gt;<BR>&gt;I don't see any problems with this line of code.<BR>&gt;<BR>&gt;I'm not sure what
 the problem is or how I can fix this. Any suggestions?<BR>&gt;<BR>&gt;I am using mono 1.0.2 with xsp 1.0.2 and mod_mono 1.0.2 on a Redhat<BR>&gt;Linux 9 machine. Thanks for your help.<BR>&gt;<BR>&gt;--<BR>&gt;Jeff Love<BR>&gt;Webmaster<BR>&gt;EducationOnlineForComputers.com<BR>&gt;Intelinfo.com<BR>&gt;<BR>&gt;--__--__--<BR>&gt;<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&amp;DI=1055&amp;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--