[Mono-list] GetMethodFromHandle and mod mono web service
Robert Jordan
robertj at gmx.net
Fri Aug 3 05:39:14 EDT 2007
Matthias Blondeel wrote:
> I don't know how exactly mod mono works, but I'm guessing it's using the
> compiler installed on my computer no? So I don't understand why I get the
> exception, although through direct call it works.
Mod_mono is using the runtime it was compiled for, usually
/usr/bin/mono, /usr/bin/mcs, etc. I guess you have 2 mono
versions installed, one of them no being up-to-date.
Insert this into your apache config right after
LoadModule mono_module modules/mod_mono.so:
MonoServerPath /path/to/mod-mono-server
or
MonoServerPath /path/to/mod-mono-server2
for .NET 2.0
Robert
More information about the Mono-list
mailing list