[Mono-list] RE: running mod_mono

Kenneth Benson sdhmis@sheratondover.com
Wed, 1 Oct 2003 13:37:23 -0400


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C38842.AC5ED120
Content-Type: text/plain;
	charset="iso-8859-1"

CDONTS.dll is the dll used for emailing from web pages. I think it has
dependencies that Linux doesn't supply. You might want to check further on
this at MSDN.

-----Original Message-----
From: Richard Norman [mailto:normri@samc.com]
Sent: Wednesday, October 01, 2003 12:34 PM
To: info@kudosdesigns.com
Cc: mono-list@ximian.com
Subject: [Mono-list] RE: running mod_mono


Someone may havalready answered, but VB.NET is not fully supported in
Mono yet.

If you can rewrite the control in C#, you might have better luck...

Here is the error I received..

Server Error in '/mono' Application

----------------------------------------------------------------------------
----

Parser Error
Description: Error parsing a resource required to service this request.
Review your source file and modify it to fix this error. 
Error message: Only C# supported. 

File name: /var/www/html/mono/test/Header.ascx    Line: 1 

Source Error: <%@ Control Language="vb" AutoEventWireup="false"
Codebehind="Header.ascx.vb" Inherits="WebApplication1.WebUserControl1"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<TABLE id="tblBackCol" style="WIDTH: 100%; BORDER-TOP-STYLE: none;
BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 40px;
BACKGROUND-COLOR: #f1f1ff; BORDER-BOTTOM-STYLE: none" height="40"
cellSpacing="0" cellPadding="0" border="0" runat="server">
	<TR>
		<TD style="WIDTH: 100%" height="70">

 


SO check that out and you may have better luck...
 
 
 
************************************************

Message: 7
Reply-To: <info@kudosdesigns.com>
From: "Kudos Designs" <info@kudosdesigns.com>
To: <mono-list@ximian.com>
Date: Tue, 30 Sep 2003 15:18:12 +0100
Organization: Kudos Designs
Subject: [Mono-list] running mod_mono

This is a multi-part message in MIME format.

------=_NextPart_000_0009_01C38766.10EA4B70
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,
=20
I have installed mono and mod_mono on my webserver, and I am using
them
to serve up asp.net pages.  The example pages supplied by mod_mono all
work fine on my server (you can see them at HYPERLINK
"http://80.253.122.143/mono/index.aspx"http://80.253.122.143/mono/index.
aspx). =20
=20
However, the website I am trying to upload to the directory
(http://80.253.122.143/mono/test/Default.aspx), uses the following
extra
dlls in its bin directory =96 CDONTS.dll, Interop.CDONTS.dll and
WebApplication1.dll.  When I try to view the aspx pages, they just
fall
over giving errors.  I know that it all works fine on a windows
server,
as I have used to the pages and they work correctly =96 so there is no
error in the code.
=20
I know hardly anything about asp.net, but should this run on mod_mono?
=20
Any help would be greatly apprechiated.
=20
Cheers,
=20
Nick Woolley

****************************************************************************
**********************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system manager or
the 
sender immediately and do not disclose the contents to anyone or make
copies.
****************************************************************************
**********************

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

------_=_NextPart_001_01C38842.AC5ED120
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: [Mono-list] RE: running mod_mono</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>CDONTS.dll is the dll used for emailing from web =
pages. I think it has dependencies that Linux doesn't supply. You might =
want to check further on this at MSDN.</FONT></P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Richard Norman [<A =
HREF=3D"mailto:normri@samc.com">mailto:normri@samc.com</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Wednesday, October 01, 2003 12:34 PM</FONT>
<BR><FONT SIZE=3D2>To: info@kudosdesigns.com</FONT>
<BR><FONT SIZE=3D2>Cc: mono-list@ximian.com</FONT>
<BR><FONT SIZE=3D2>Subject: [Mono-list] RE: running mod_mono</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Someone may havalready answered, but VB.NET is not =
fully supported in</FONT>
<BR><FONT SIZE=3D2>Mono yet.</FONT>
</P>

<P><FONT SIZE=3D2>If you can rewrite the control in C#, you might have =
better luck...</FONT>
</P>

<P><FONT SIZE=3D2>Here is the error I received..</FONT>
</P>

<P><FONT SIZE=3D2>Server Error in '/mono' Application</FONT>
</P>

<P><FONT =
SIZE=3D2>---------------------------------------------------------------=
-----------------</FONT>
</P>

<P><FONT SIZE=3D2>Parser Error</FONT>
<BR><FONT SIZE=3D2>Description: Error parsing a resource required to =
service this request.</FONT>
<BR><FONT SIZE=3D2>Review your source file and modify it to fix this =
error. </FONT>
<BR><FONT SIZE=3D2>Error message: Only C# supported. </FONT>
</P>

<P><FONT SIZE=3D2>File name: =
/var/www/html/mono/test/Header.ascx&nbsp;&nbsp;&nbsp; Line: 1 </FONT>
</P>

<P><FONT SIZE=3D2>Source Error: &lt;%@ Control =
Language=3D&quot;vb&quot; AutoEventWireup=3D&quot;false&quot;</FONT>
<BR><FONT SIZE=3D2>Codebehind=3D&quot;Header.ascx.vb&quot; =
Inherits=3D&quot;WebApplication1.WebUserControl1&quot;</FONT>
<BR><FONT SIZE=3D2>TargetSchema=3D&quot;<A =
HREF=3D"http://schemas.microsoft.com/intellisense/ie5" =
TARGET=3D"_blank">http://schemas.microsoft.com/intellisense/ie5</A>&quot=
; %&gt;</FONT>
<BR><FONT SIZE=3D2>&lt;TABLE id=3D&quot;tblBackCol&quot; =
style=3D&quot;WIDTH: 100%; BORDER-TOP-STYLE: none;</FONT>
<BR><FONT SIZE=3D2>BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; =
HEIGHT: 40px;</FONT>
<BR><FONT SIZE=3D2>BACKGROUND-COLOR: #f1f1ff; BORDER-BOTTOM-STYLE: =
none&quot; height=3D&quot;40&quot;</FONT>
<BR><FONT SIZE=3D2>cellSpacing=3D&quot;0&quot; =
cellPadding=3D&quot;0&quot; border=3D&quot;0&quot; =
runat=3D&quot;server&quot;&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;TR&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;TD =
style=3D&quot;WIDTH: 100%&quot; height=3D&quot;70&quot;&gt;</FONT>
</P>

<P><FONT SIZE=3D2>&nbsp;</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>SO check that out and you may have better =
luck...</FONT>
<BR><FONT SIZE=3D2>&nbsp;</FONT>
<BR><FONT SIZE=3D2>&nbsp;</FONT>
<BR><FONT SIZE=3D2>&nbsp;</FONT>
<BR><FONT =
SIZE=3D2>************************************************</FONT>
</P>

<P><FONT SIZE=3D2>Message: 7</FONT>
<BR><FONT SIZE=3D2>Reply-To: &lt;info@kudosdesigns.com&gt;</FONT>
<BR><FONT SIZE=3D2>From: &quot;Kudos Designs&quot; =
&lt;info@kudosdesigns.com&gt;</FONT>
<BR><FONT SIZE=3D2>To: &lt;mono-list@ximian.com&gt;</FONT>
<BR><FONT SIZE=3D2>Date: Tue, 30 Sep 2003 15:18:12 +0100</FONT>
<BR><FONT SIZE=3D2>Organization: Kudos Designs</FONT>
<BR><FONT SIZE=3D2>Subject: [Mono-list] running mod_mono</FONT>
</P>

<P><FONT SIZE=3D2>This is a multi-part message in MIME format.</FONT>
</P>

<P><FONT SIZE=3D2>------=3D_NextPart_000_0009_01C38766.10EA4B70</FONT>
<BR><FONT SIZE=3D2>Content-Type: text/plain;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>charset=3D&quot;iso-8859-1&quot;</FONT>
<BR><FONT SIZE=3D2>Content-Transfer-Encoding: quoted-printable</FONT>
</P>

<P><FONT SIZE=3D2>Hi,</FONT>
<BR><FONT SIZE=3D2>=3D20</FONT>
<BR><FONT SIZE=3D2>I have installed mono and mod_mono on my webserver, =
and I am using</FONT>
<BR><FONT SIZE=3D2>them</FONT>
<BR><FONT SIZE=3D2>to serve up asp.net pages.&nbsp; The example pages =
supplied by mod_mono all</FONT>
<BR><FONT SIZE=3D2>work fine on my server (you can see them at =
HYPERLINK</FONT>
<BR><FONT SIZE=3D2>&quot;<A =
HREF=3D"http://80.253.122.143/mono/index.aspx" =
TARGET=3D"_blank">http://80.253.122.143/mono/index.aspx</A>&quot;<A =
HREF=3D"http://80.253.122.143/mono/index" =
TARGET=3D"_blank">http://80.253.122.143/mono/index</A>.</FONT>
<BR><FONT SIZE=3D2>aspx). =3D20</FONT>
<BR><FONT SIZE=3D2>=3D20</FONT>
<BR><FONT SIZE=3D2>However, the website I am trying to upload to the =
directory</FONT>
<BR><FONT SIZE=3D2>(<A =
HREF=3D"http://80.253.122.143/mono/test/Default.aspx" =
TARGET=3D"_blank">http://80.253.122.143/mono/test/Default.aspx</A>), =
uses the following</FONT>
<BR><FONT SIZE=3D2>extra</FONT>
<BR><FONT SIZE=3D2>dlls in its bin directory =3D96 CDONTS.dll, =
Interop.CDONTS.dll and</FONT>
<BR><FONT SIZE=3D2>WebApplication1.dll.&nbsp; When I try to view the =
aspx pages, they just</FONT>
<BR><FONT SIZE=3D2>fall</FONT>
<BR><FONT SIZE=3D2>over giving errors.&nbsp; I know that it all works =
fine on a windows</FONT>
<BR><FONT SIZE=3D2>server,</FONT>
<BR><FONT SIZE=3D2>as I have used to the pages and they work correctly =
=3D96 so there is no</FONT>
<BR><FONT SIZE=3D2>error in the code.</FONT>
<BR><FONT SIZE=3D2>=3D20</FONT>
<BR><FONT SIZE=3D2>I know hardly anything about asp.net, but should =
this run on mod_mono?</FONT>
<BR><FONT SIZE=3D2>=3D20</FONT>
<BR><FONT SIZE=3D2>Any help would be greatly apprechiated.</FONT>
<BR><FONT SIZE=3D2>=3D20</FONT>
<BR><FONT SIZE=3D2>Cheers,</FONT>
<BR><FONT SIZE=3D2>=3D20</FONT>
<BR><FONT SIZE=3D2>Nick Woolley</FONT>
</P>

<P><FONT =
SIZE=3D2>***************************************************************=
***********************************</FONT>
<BR><FONT SIZE=3D2>The contents of this email and any attachments are =
confidential.</FONT>
<BR><FONT SIZE=3D2>It is intended for the named recipient(s) =
only.</FONT>
<BR><FONT SIZE=3D2>If you have received this email in error please =
notify the system manager or&nbsp; the </FONT>
<BR><FONT SIZE=3D2>sender immediately and do not disclose the contents =
to anyone or make copies.</FONT>
<BR><FONT =
SIZE=3D2>***************************************************************=
***********************************</FONT>
</P>

<P><FONT =
SIZE=3D2>_______________________________________________</FONT>
<BR><FONT SIZE=3D2>Mono-list maillist&nbsp; -&nbsp; =
Mono-list@lists.ximian.com</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://lists.ximian.com/mailman/listinfo/mono-list" =
TARGET=3D"_blank">http://lists.ximian.com/mailman/listinfo/mono-list</A>=
</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C38842.AC5ED120--