Hi, I am just guessing here but this looks like you are running newly compiled compiler using 2.0 mono (old version?). You are better to check
http://www.mono-project.com/Logging_Runtime_Events which should help you find out what is really getting loaded. Marek On Tue, Oct 9, 2012 at 7:00 PM, sebastian <[email protected] > wrote: > I've just freshly built mono 2.11.4 from source using RHEL using > > $ uname -a > Linux myhostname 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 EDT 2012 > x86_64 x86_64 x86_64 GNU/Linux > $ gcc --version > gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4) > > And all functionality seems to fail with the same System.TypeLoadException > > $ mcs > > Unhandled Exception: > System.TypeLoadException: Could not load type > 'Mono.CSharp.CompilerSettings' from assembly 'mcs, Version=2.11.4.0, > Culture=neutral, PublicKeyToken=null'. > at Mono.CSharp.CommandLineParser..ctor (System.IO.TextWriter > errorOutput) [0x00000] in <filename unknown>:0 > at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename > unknown>:0 > [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not > load type 'Mono.CSharp.CompilerSettings' from assembly 'mcs, > Version=2.11.4.0, Culture=neutral, PublicKeyToken=null'. > at Mono.CSharp.CommandLineParser..ctor (System.IO.TextWriter > errorOutput) [0x00000] in <filename unknown>:0 > at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename > unknown>:0 > > The same happens whether running a "hello world" program, NUnit test, > built-in applications, etc. Obviously something is configured or built > incorrectly, but I am at a loss as to what, as the configure, make, and > make install steps all ran without error. Where do I start looking? > > Thanks, > > Sebastian > > _______________________________________________ > Mono-devel-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-devel-list > >
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
