All the aspx pages in my site (currently just two because I deleted the others) give a weird compilation error. Test.aspx is an example. Shdus1.x10hosting.com/test.aspx
C# works. Mono supports quite a few languages.also, I think only VB8 is supported
C# works. Mono supports quite a few languages.
Compiler Error Message: VBNC_CRASH: Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4 - r) Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.
[FONT="] VB.Net support is very poor; according to its documentation, only version VB8 (VB2005) is allowed currently.[/FONT]
I just made a simple page called test.aspx with the only code in the page being text. I tried some files that were much more complicated first. They didn't work, so I went to an extremely simple page which runs on my home computer. It should just display the text 'test'
I created http://shdus1.x10hosting.com/helloworld.aspx along with the other pages recommended by http://forums.x10hosting.com/tutorials/102062-how-get-asp-net-work-x10hosting.html They give the same error message.
Server not found
Firefox can't find the server at shdus1.x10hosting.com.
* Check the address for typing errors such as
ww.example.com instead of
www.example.com
* If you are unable to load any pages, check your computer's network
connection.
* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
The pages are loading just fine for me.
Server Error in '/' Application
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: VBNC_CRASH: Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4 - r) Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.
/tmp/nobody-temp-aspnet-0/8ca1887b/App_Web_4554f373_4.vb (1,17) : Error VBNC30456: 'ServiceModel' is not a member of 'Global.System'.
/tmp/nobody-temp-aspnet-0/8ca1887b/App_Web_4554f373_4.vb (1,17) : Warning VBNC40056: The import 'System.ServiceModel' could not be found.
/tmp/nobody-temp-aspnet-0/8ca1887b/App_Web_4554f373_4.vb (2,16) : Error VBNC30456: 'ServiceModel' is not a member of 'Global.System'.
/tmp/nobody-temp-aspnet-0/8ca1887b/App_Web_4554f373_4.vb (2,16) : Warning VBNC40056: The import 'System.ServiceModel.Activation' could not be found.
/tmp/nobody-temp-aspnet-0/8ca1887b/App_Web_4554f373_4.vb (3,16) : Error VBNC30456: 'ServiceModel' is not a member of 'Global.System'.
/tmp/nobody-temp-aspnet-0/8ca1887b/App_Web_4554f373_4.vb (3,16) : Warning VBNC40056: The import 'System.ServiceModel.Web' could not be found.
3 errors, but compilation succeeded? Resolve
/<MyGenerator> (1,1) : Error VBNC99999: Unexpected error: There has been an internal error in the compiler: Consistency check failed
at vbnc.Compiler.VerifyConsistency (Boolean result, System.String Location) [0x000a3] in /home/cpeasyapache/src/mono-basic-2.4/vbnc/vbnc/source/General/Compiler.vb:132 at vbnc.Compiler.Compile_Resolve () [0x00070] in /home/cpeasyapache/src/mono-basic-2.4/vbnc/vbnc/source/General/Compiler.vb:403 at vbnc.Compiler.Compile () [0x0028a] in /home/cpeasyapache/src/mono-basic-2.4/vbnc/vbnc/source/General/Compiler.vb:561
Compilation took 00:00:01.1566240
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433