c# - Mono will not load mvc project -
i have build , installed mono 3.0 on server , can run asp.net sites on server framework 4.0. not able run mvc applications. wanted achieve.
whenever upload mvc project runtime error. when restart apache, following error in log:
[sun oct 06 18:19:51 2013] [notice] apache/2.2.22 (debian) mod_mono/2.11 configured -- resuming normal operations stacktrace: @ <unknown> <0xffffffff> @ mono.webserver.apache.server.gethash (system.collections.generic.ienumerable`1<string>) <0x000af> @ mono.webserver.apache.server.realmain (string[],bool,mono.webserver.iapplicationhost,bool) <0x0015f> @ (wrapper remoting-invoke-with-check) mono.webserver.apache.server.realmain (string[],bool,mono.webserver.iapplicationhost,bool) <0xffffffff> @ mono.webserver.apache.server.main (string[]) <0x000f3> @ (wrapper runtime-invoke) <module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff> native stacktrace: /usr/bin/mono() [0x4ad6a1] /lib/x86_64-linux-gnu/libpthread.so.0(+0xf030) [0x7f3e05207030] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) [0x7f3e04ea0475] /lib/x86_64-linux-gnu/libc.so.6(abort+0x180) [0x7f3e04ea36f0] /usr/bin/mono() [0x62bb7d] /usr/bin/mono() [0x62bcb6] /usr/bin/mono() [0x5174b8] /usr/bin/mono(mono_class_get_full+0xe2) [0x5185f2] /usr/bin/mono(mono_class_from_name+0xeb) [0x51881b] /usr/bin/mono(mono_class_from_typeref+0x115) [0x5181d5] /usr/bin/mono(mono_class_get_full+0x145) [0x518655] /usr/bin/mono() [0x5175d0] /usr/bin/mono(mono_class_get_full+0xe2) [0x5185f2] /usr/bin/mono() [0x53f413] /usr/bin/mono(mono_get_method_full+0xe4) [0x53f594] /usr/bin/mono() [0x46d741] /usr/bin/mono() [0x424709] /usr/bin/mono() [0x4264a0] /usr/bin/mono() [0x426f9d] /usr/bin/mono() [0x4af5ae] [0x41130186] debug info gdb: ================================================================= got sigabrt while executing native code. indicates fatal error in mono runtime or 1 of native libraries used application. ================================================================= listening on: /tmp/mod_mono_server_asp.myvps.be root directory: /var/www/asp.net/
when go web page error saying web.config incorrect. whatever change in web.config doesn't change site. can find error here: http://asp.myvps.be/.
is there can me solve this? thankyou.
Comments
Post a Comment