Hi, In order to help I'd need to see the aspx file (and possibly the vb file asp.net generates, which is the file vbnc complains about: /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb in your sample)
Rolf > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:mono-vb- > [EMAIL PROTECTED] On Behalf Of cappetta > Sent: lunes, 08 de septiembre de 2008 3:00 > To: [email protected] > Subject: [mono-vb] So CLOSE yet still Getting Complilation Error > > > I have made more progress today then I have in the past month. I have > finally ironed out all of the configuration flaws, having successfully > moved > the test files to a new directory and updated the .conf files to make > sure > apache2 handled it... > > After uploading my compiled vb website I get the following error. It > indicates a VBNC crash??? > > If you would like to look at the actual webpage it is located here: > http://www.realitybasedsolutions.com/asp_test > > Any Help is greatly appreciated... > > > > > > Compilation Error > > Description: Error compiling a resource required to service this > request. > Review your source file and modify it to fix this error. > > Compiler Error Message: (0,0) : error VBNC_CRASH: Visual Basic.Net > Compiler > version 0.0.0.5851 > Copyright (C) 2004-2007 Rolf Bjarne Kvinge. All rights reserved. > > > Already added type: index > Already added type: index > Already added type: index > Already added type: index > Already added type: index > Already added type: index > Already added type: index > Already added type: index > Already added type: MasterPage > Already added type: index > Already added type: index > Already added type: index > Already added type: index > Already added type: controls_header > Already added type: index > Already added type: index > Already added type: index > Already added type: index > Already added type: index > Already added type: index > Already added type: _Default > Already added type: index > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (12,18) : > Warning > VBNC99998: Option Strict Off will probably fail. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (33,22) : > Error > VBNC90019: Expected '('. > Error recovery not implemented yet. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (33,22) : > Error > VBNC90019: Expected 'Of'. > Error recovery not implemented yet. > Error recovery not implemented yet. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (33,22) : > Error > VBNC90019: Expected ')'. > Error recovery not implemented yet. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (33,22) : > Error > VBNC30205: Expected end of statement. > Error recovery not implemented yet. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (33,22) : > Error > VBNC90019: Expected 'End Class'. > Error recovery not implemented yet. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (33,22) : > Error > VBNC30205: Expected end of statement. > Error recovery not implemented yet. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (33,22) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (34,17) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (35,19) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (37,16) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (39,16) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (41,15) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (42,19) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (43,16) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (44,18) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (45,15) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (46,29) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (47,29) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (48,29) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (49,29) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (50,20) : > Error > VBNC30203: Not valid as identifier. > /tmp/www-data-temp-aspnet-0/e76971c3/App_Web_3749f068_0.vb (51,20) : > Error > VBNC30203: Not valid as identifier. > Error : VBNC99999: vbnc crashed nearby this location in the source > code. > Error : VBNC99999: Unexpected error: Object reference not set to an > instance > of an object > at vbnc.Parser.ParseFileHeader (vbnc.CodeFile CodeFile, > vbnc.AssemblyDeclaration Assembly) [0x00002] in > /home/cappetta/mono-basic-1.9/vbnc/vbnc/source/Parser/Parser.vb:74 > at vbnc.Parser.ParseAssemblyDeclaration (System.String RootNamespace, > vbnc.AssemblyDeclaration assembly) [0x00063] in > /home/cappetta/mono-basic-1.9/vbnc/vbnc/source/Parser/Parser.vb:417 > at vbnc.Parser.Parse (System.String RootNamespace, > vbnc.AssemblyDeclaration > assembly) [0x00002] in > /home/cappetta/mono-basic-1.9/vbnc/vbnc/source/Parser/Parser.vb:58 > at vbnc.Compiler.Compile_Parse () [0x0008e] in > /home/cappetta/mono-basic-1.9/vbnc/vbnc/source/General/Compiler.vb:359 > Compilation took 00:00:01.2413280 > > /asp_test/index.aspx > -- > View this message in context: http://www.nabble.com/So-CLOSE-yet-still- > Getting-Complilation-Error-tp19364336p19364336.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
