All pages giving a wierd compilation error

Status
Not open for further replies.

shdus1

New Member
Messages
108
Reaction score
2
Points
0
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
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
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

I keep looking for a question, but I can't seem to find it.

In any case, remember that the X10 servers use Mono because they're Linux based. Mono doesn't support .Net 3.5 and isn't 100% compatible with all of .Net 2.0.

You can use the tag (click the globe-and-link icon...om/test.aspx"]shdus1.x10hosting.com/test.aspx.
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
As was previously mentioned, try and test them on your local computer.
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
C# works. Mono supports quite a few languages.

he is using vb.NET, I think.

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.

http://forums.x10hosting.com/tutorials/102062-how-get-asp-net-work-x10hosting.html

[FONT=&quot] VB.Net support is very poor; according to its documentation, only version VB8 (VB2005) is allowed currently.[/FONT]
 

shdus1

New Member
Messages
108
Reaction score
2
Points
0

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
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.

It seems like the page you specified isn't working.

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.
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
The pages are loading just fine for me.

They're loading fine for me too now, my previous inaccessibility may have been caused by temporary server downtime.

I've placed the error message here for anyone that may stop by this thread and be able to interpret what exactly the error message is telling us:

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
 
Status
Not open for further replies.
Top