Hello Sergey, > ** ERROR **: file domain.c: line 566 (mono_init_internal): assertion > failed: (mono_defaults.runtimesecurityframe_class != 0) > aborting... > make[1]: *** [mod-mono-server.exe] Aborted > make[1]: Leaving directory `/usr/local/src/xsp-1.0.6/server' > make: *** [all-recursive] Error 1 > > Any ideas?
You most probably have an old mscorlib.dll lying around somewhere. That old version doesn't have the class required by the newer mono runtime. Try locating all mscorlib.dll on your machine and remove (well safer to rename) anything in odd locations. Sebastien Pouliot home: [EMAIL PROTECTED] blog: http://pages.infinit.net/ctech/poupou.html _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
