Hello,
I just created a basic site in Visual Web Developer, and published it via FTP. It's an ASP.NET site which is supported I believe. It works fine when I run it locally, but I keep getting the following error when I try to view it on the x10hosting server:
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.
Error : VBNC99999: Unexpected error: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in /home/cpeasyapache/src/mono-2.4/mcs/class/corlib/System.Reflection/Assembly.cs:348 at vbnc.TypeManager.LoadReferencedTypes () [0x00028] in /home/cpeasyapache/src/mono-basic-2.4/vbnc/vbnc/source/General/TypeManager.vb:441 at vbnc.TypeManager.LoadReferenced () [0x000e3] in /home/cpeasyapache/src/mono-basic-2.4/vbnc/vbnc/source/General/TypeManager.vb:306 at vbnc.Compiler.Compile () [0x001e2] in /home/cpeasyapache/src/mono-basic-2.4/vbnc/vbnc/source/General/Compiler.vb:534
Compilation took 00:00:00.6150960
Does anyone know what this is or how to fix it?
Many Thanks!
I just created a basic site in Visual Web Developer, and published it via FTP. It's an ASP.NET site which is supported I believe. It works fine when I run it locally, but I keep getting the following error when I try to view it on the x10hosting server:
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.
Error : VBNC99999: Unexpected error: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in /home/cpeasyapache/src/mono-2.4/mcs/class/corlib/System.Reflection/Assembly.cs:348 at vbnc.TypeManager.LoadReferencedTypes () [0x00028] in /home/cpeasyapache/src/mono-basic-2.4/vbnc/vbnc/source/General/TypeManager.vb:441 at vbnc.TypeManager.LoadReferenced () [0x000e3] in /home/cpeasyapache/src/mono-basic-2.4/vbnc/vbnc/source/General/TypeManager.vb:306 at vbnc.Compiler.Compile () [0x001e2] in /home/cpeasyapache/src/mono-basic-2.4/vbnc/vbnc/source/General/Compiler.vb:534
Compilation took 00:00:00.6150960
Does anyone know what this is or how to fix it?
Many Thanks!
Last edited: