[Mono-list] Mono-list Digest, Vol 28, Issue 12

Ashish Goyal agoyal at transitchicago.com
Thu Aug 9 15:03:54 EDT 2007


Hello,

I have a web site running with SUN One Asp. I am trying to test this site
using mono.

I get the following error when I load my pages written in visual basic
script.

I am not able to understand what nees to be done to fix it. Does somebody
knows anything about the following error?

Visual Basic.Net Compiler version 0.0.0.5058
Copyright (C) 2004-2007 Rolf Bjarne Kvinge. All rights reserved.


Error recovery not implemented yet.
/srv/www/htdocs/test/index2.aspx (1,4) : Warning VBNC90019: Expected '>'.
Error recovery not implemented yet.
Unexpected error: An error message should have been shown: 'Hanging
attributes.'
  at vbnc.Helper.AddError (System.String Message) [0x00000]
  at vbnc.Parser.ParseAssemblyMembers (vbnc.AssemblyDeclaration Parent,
System.String RootNamespace, vbnc.MemberDeclarations result) [0x00000]
  at vbnc.Parser.ParseAssemblyDeclaration (System.String RootNamespace)
[0x00000]
  at vbnc.Parser.Parse (System.String RootNamespace) [0x00000]
  at vbnc.Compiler.Compile_Parse () [0x00000]
  at vbnc.Compiler.Compile () [0x00000]
Compilation took 00:00:10.9510510

----- Original Message ----- 
From: <mono-list-request at lists.ximian.com>
To: <mono-list at lists.ximian.com>
Sent: Thursday, August 09, 2007 3:24 PM
Subject: Mono-list Digest, Vol 28, Issue 12


> Send Mono-list mailing list submissions to
> mono-list at lists.ximian.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.ximian.com/mailman/listinfo/mono-list
> or, via email, send a message with subject or body 'help' to
> mono-list-request at lists.ximian.com
>
> You can reach the person managing the list at
> mono-list-owner at lists.ximian.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Mono-list digest..."
>
>
> Today's Topics:
>
>    1. Performance Tests (John Anderson)
>    2. Re: mod_mono ELF class Error (Robert Jordan)
>    3. Re: mod_mono ELF class Error (Robert Jordan)
>    4. Problems getting libgdiplus from subversion repository
>       (Martin Trejo)
>    5. Compilation errors ... (Azher Amin)
>    6. Re: Compilation errors ... (Martin Trejo)
>    7. Re: Problems getting libgdiplus from subversion repository
>       (Sebastien Pouliot)
>    8. Re: Problems getting libgdiplus from subversion repository
>       (Martin Trejo)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 9 Aug 2007 09:36:13 -0600
> From: "John Anderson" <sontek at gmail.com>
> Subject: [Mono-list] Performance Tests
> To: "Mono List" <mono-list at lists.ximian.com>
> Message-ID:
> <6938f5390708090836u39f7ef3dg9efac4431dc1c045 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Are there any performance tests that compare MS.NET to Mono?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
http://lists.ximian.com/pipermail/mono-list/attachments/20070809/e7252066/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Thu, 09 Aug 2007 18:36:19 +0200
> From: Robert Jordan <robertj at gmx.net>
> Subject: Re: [Mono-list] mod_mono ELF class Error
> To: Mono-list at lists.ximian.com
> Message-ID: <f9ffr9$36n$1 at sea.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Roberto Zenteno wrote:
> > Hi,
> > I have an ASP.NET application running on mono-1.2.2.1-0 and I tried to
> > migrate it to a dell server 2900 with a 64-bit architecture, but I have
a
> > problem with mod_mono, when I try to start apache I get this error:
> >
> > Syntax error on line 8 of /etc/apache2/conf.d/mod_mono.conf: Cannot load
> > /usr/lib/apache2/mod_mono.so into server: /usr/lib/apache2/mod_mono.so:
> > wrong ELF class: ELFCLASS32
> >
> > I'm using Open Suse 10.2 for X86-64 and mono-1.2.4-3.
> >
> > Have you any Idea what is wrong?
>
> Since your mod_mono.so seems to be a 32-bit library, it cannot be loaded
> by a 64-bit apache.
>
> You need to recompile mod-mono.
>
> Robert
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 09 Aug 2007 18:47:55 +0200
> From: Robert Jordan <robertj at gmx.net>
> Subject: Re: [Mono-list] mod_mono ELF class Error
> To: Mono-list at lists.ximian.com
> Message-ID: <f9fgh2$67m$1 at sea.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Robert Jordan wrote:
> > Roberto Zenteno wrote:
> >> Hi,
> >> I have an ASP.NET application running on mono-1.2.2.1-0 and I tried to
> >> migrate it to a dell server 2900 with a 64-bit architecture, but I have
a
> >> problem with mod_mono, when I try to start apache I get this error:
> >>
> >> Syntax error on line 8 of /etc/apache2/conf.d/mod_mono.conf: Cannot
load
> >> /usr/lib/apache2/mod_mono.so into server: /usr/lib/apache2/mod_mono.so:
> >> wrong ELF class: ELFCLASS32
> >>
> >> I'm using Open Suse 10.2 for X86-64 and mono-1.2.4-3.
> >>
> >> Have you any Idea what is wrong?
> >
> > Since your mod_mono.so seems to be a 32-bit library, it cannot be loaded
> > by a 64-bit apache.
> >
> > You need to recompile mod-mono.
>
> On my SLES systems, the 64-bit apaches modules reside in
>
> /usr/lib64/apache2/
>
> Maybe it's sufficient to adjust mod_mono.conf accordingly.
>
>
> Robert
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 9 Aug 2007 12:11:35 -0500
> From: "Martin Trejo" <chilli.coder at gmail.com>
> Subject: [Mono-list] Problems getting libgdiplus from subversion
> repository
> To: "Mono List" <mono-list at lists.ximian.com>,
> mono-devel-list at lists.ximian.com
> Message-ID:
> <5ee1f7ad0708091011g6ec125edm34ce8084d8ab829f at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> I've been trying to get the latest version of libgdiplus from subversion
but
> I'm having trouble with it. Each time I try get this message:
>
> svn: In directory 'cairo/doc/public/html'
> svn: Can't copy 'cairo/doc/public/html/.svn/tmp/text-base/cairo-
> Error-handling.html.svn-base' to 'cairo/doc/public/html/.svn/tmp/cairo-
> Error-handling.html.tmp.tmp': No such file or directory
>
> I'm having the same problem in two different machines and svn versions (
> 1.4.3 & 1.4.4)
>
> Running svn cleanup doesn't resolve the issue. Any suggestion? Comments?
>
> -- 
> Saludos,
>
> Mart?n Trejo Ch?vez
> http://chilli-coder.blogspot.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
http://lists.ximian.com/pipermail/mono-list/attachments/20070809/10453dc1/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Thu, 09 Aug 2007 10:38:47 -0700
> From: Azher Amin <azher at niit.edu.pk>
> Subject: [Mono-list] Compilation errors ...
> To: Mono-list at lists.ximian.com
> Message-ID: <46BB5127.1020407 at niit.edu.pk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi gurus,
>
> I am trying to compile a .Net aspx using mono, however I am getting the
> following error, plz suggest the possible solutions.
> I am using mono 1.2.4
>
> Regards
> -Azher Amin
>
>
> Login.aspx.cs(13,30): error CS0234: The type or namespace name `UI' does
> not exist in the namespace `System.Web'. Are you missing an assembly
> reference?
> Compilation failed: 1 error(s), 0 warnings
>
> Code:
> ====
> using System;
> using System.Data;
> using System.Configuration;
> using System.Collections;
> using System.Web;
> using System.Web.Security;
> using System.Web.UI;
> using System.Web.UI.WebControls;
> using System.Web.UI.WebControls.WebParts;
> using System.Web.UI.HtmlControls;
> using System.Data.SqlClient;
>
> public partial class Login : System.Web.UI.Page
> {
>     protected void Page_Load(object sender, EventArgs e)
>     {
>
>
>
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 9 Aug 2007 12:47:20 -0500
> From: "Martin Trejo" <chilli.coder at gmail.com>
> Subject: Re: [Mono-list] Compilation errors ...
> To: "Azher Amin" <azher at niit.edu.pk>
> Cc: Mono-list at lists.ximian.com
> Message-ID:
> <5ee1f7ad0708091047w27e5525bo52deae0cc1d0ffeb at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Did you include the reference to System.Web assembly when compiling?
>
> 2007/8/9, Azher Amin <azher at niit.edu.pk>:
> >
> > Hi gurus,
> >
> > I am trying to compile a .Net aspx using mono, however I am getting the
> > following error, plz suggest the possible solutions.
> > I am using mono 1.2.4
> >
> > Regards
> > -Azher Amin
> >
> >
> > Login.aspx.cs(13,30): error CS0234: The type or namespace name `UI' does
> > not exist in the namespace `System.Web'. Are you missing an assembly
> > reference?
> > Compilation failed: 1 error(s), 0 warnings
> >
> > Code:
> > ====
> > using System;
> > using System.Data;
> > using System.Configuration;
> > using System.Collections;
> > using System.Web;
> > using System.Web.Security;
> > using System.Web.UI;
> > using System.Web.UI.WebControls;
> > using System.Web.UI.WebControls.WebParts;
> > using System.Web.UI.HtmlControls;
> > using System.Data.SqlClient;
> >
> > public partial class Login : System.Web.UI.Page
> > {
> >     protected void Page_Load(object sender, EventArgs e)
> >     {
> >
> >
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> >
> > _______________________________________________
> > Mono-list maillist  -  Mono-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
>
>
>
> -- 
> Saludos,
>
> Mart?n Trejo Ch?vez
> http://chilli-coder.blogspot.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
http://lists.ximian.com/pipermail/mono-list/attachments/20070809/cc69e23b/attachment-0001.html
>
> ------------------------------
>
> Message: 7
> Date: Thu, 09 Aug 2007 14:00:13 -0400
> From: Sebastien Pouliot <sebastien.pouliot at gmail.com>
> Subject: Re: [Mono-list] Problems getting libgdiplus from subversion
> repository
> To: Martin Trejo <chilli.coder at gmail.com>
> Cc: Mono List <mono-list at lists.ximian.com>,
> mono-devel-list at lists.ximian.com
> Message-ID: <1186682414.3967.230.camel at poupou.home>
> Content-Type: text/plain; charset=utf-8
>
> Hey,
>
> On Thu, 2007-08-09 at 12:11 -0500, Martin Trejo wrote:
> > Hi,
> >
> > I've been trying to get the latest version of libgdiplus from
> > subversion but I'm having trouble with it. Each time I try get this
> > message:
> >
> > svn: In directory 'cairo/doc/public/html'
> > svn: Can't copy 'cairo/doc/public/html/.svn/tmp/text-base/cairo-
> > Error-handling.html.svn-base' to
> > 'cairo/doc/public/html/.svn/tmp/cairo-Error-handling.html.tmp.tmp': No
> > such file or directory
> >
> > I'm having the same problem in two different machines and svn versions
> > ( 1.4.3 & 1.4.4)
>
> Strange, I didn't have any issues on my boxes (using svn 1.3.1).
>
> > Running svn cleanup doesn't resolve the issue. Any suggestion?
>
> I would try a new checkout in another directory.
>
> >  Comments?
> >
> > -- 
> > Saludos,
> >
> > Mart?n Trejo Ch?vez
> > http://chilli-coder.blogspot.com
> > _______________________________________________
> > Mono-list maillist  -  Mono-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>
> ------------------------------
>
> Message: 8
> Date: Thu, 9 Aug 2007 13:15:23 -0500
> From: "Martin Trejo" <chilli.coder at gmail.com>
> Subject: Re: [Mono-list] Problems getting libgdiplus from subversion
> repository
> To: sebastien.pouliot at gmail.com
> Cc: Mono List <mono-list at lists.ximian.com>,
> mono-devel-list at lists.ximian.com
> Message-ID:
> <5ee1f7ad0708091115o770d969bk2197097800f8256a at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Sebastien,
>
> 2007/8/9, Sebastien Pouliot <sebastien.pouliot at gmail.com>:
> >
> > Hey,
> >
> > On Thu, 2007-08-09 at 12:11 -0500, Martin Trejo wrote:
> > > Hi,
> > >
> > > I've been trying to get the latest version of libgdiplus from
> > > subversion but I'm having trouble with it. Each time I try get this
> > > message:
> > >
> > > svn: In directory 'cairo/doc/public/html'
> > > svn: Can't copy 'cairo/doc/public/html/.svn/tmp/text-base/cairo-
> > > Error-handling.html.svn-base' to
> > > 'cairo/doc/public/html/.svn/tmp/cairo-Error-handling.html.tmp.tmp': No
> > > such file or directory
> > >
> > > I'm having the same problem in two different machines and svn versions
> > > ( 1.4.3 & 1.4.4)
> >
> > Strange, I didn't have any issues on my boxes (using svn 1.3.1).
> >
> > > Running svn cleanup doesn't resolve the issue. Any suggestion?
> >
> > I would try a new checkout in another directory.
>
>
> The problem happens doing checkout & update, either time it fails with the
> same error.
>
> >  Comments?
> > >
> > > --
> > > Saludos,
> > >
> > > Mart?n Trejo Ch?vez
> > > http://chilli-coder.blogspot.com
> > > _______________________________________________
> > > Mono-list maillist  -  Mono-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/mono-list
> >
> >
>
>
> -- 
> Saludos,
>
> Mart?n Trejo Ch?vez
> http://chilli-coder.blogspot.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
http://lists.ximian.com/pipermail/mono-list/attachments/20070809/afa735e3/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Mono-list mailing list
> Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
> End of Mono-list Digest, Vol 28, Issue 12
> *****************************************



More information about the Mono-list mailing list