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

Rolf Bjarne Kvinge rolflists at ya.com
Fri Aug 10 03:20:40 EDT 2007


> -----Original Message-----
> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> bounces at lists.ximian.com] On Behalf Of Ashish Goyal
> Sent: jueves, 09 de agosto de 2007 21:04
> To: mono-list at lists.ximian.com
> Subject: Re: [Mono-list] Mono-list Digest, Vol 28, Issue 12
> 
> 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
> 

1. The compiler you're using is quite old, I suggest updating it.
2. It would be easier to find out what's wrong if you show us the source
code.
3. You can't compile aspx files directly with vbnc, they have to be
transformed into vb source code. This is done by starting a web server
(apache, xsp2), and then navigate to your aspx file in a browser. The web
server will transform the aspx file into vb source code.

Rolf



More information about the Mono-list mailing list