Trying to get MVC running on Mono 2.4 (which is possible, according to some threads here) without much luck. I can't get past this:
Compilation Error
Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
Compiler Error Message: : ** (/usr/local/lib/mono/2.0/gmcs.exe:5232): WARNING **: The class System.Web.Management.WebRequestErrorEvent could not be loaded, used in System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
~/Global.asax
Show Detailed Compiler Output: //etc
I've added System.Web.dll (and literally every reference in the project) to the bin folder - still no go.
Any ideas?
LINKS: