I've have a fresh install of Ubuntu server 11.10 with mono (sudo apt-get install mono-xps) I'm trying to get a asp.net site running (requiring .net 4.0) but all I get is this really unhelpful stack trace:
Copied the website over, xps4 starts fine without error but I get this error: Server Error in '/' Application method arguments are incompatible Description: HTTP 500. Error processing request. Stack Trace: System.ArgumentException: method arguments are incompatible at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, Boolean throwOnBindFailure, Boolean allowClosed) [0x00000] in <filename unknown>:0 at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method) [0x00000] in <filename unknown>:0 at System.Web.HttpApplicationFactory.AddHandler (System.Reflection.EventInfo evt, System.Object target, System.Web.HttpApplication app, System.Reflection.MethodInfo method) [0x00000] in <filename unknown>:0 at System.Web.HttpApplicationFactory.AttachEvents (System.Web.HttpApplication app) [0x00000] in <filename unknown>:0 at System.Web.HttpApplication.InitOnce (Boolean full_init) [0x00000] in <filename unknown>:0 Version information: Mono Runtime Version: 2.10.5 (Debian 2.10.5-1); ASP.NET Version: 4.0.30319.1 Anyone have any ideas on how to debug this or find out what is actually causing this? If there a more detailed log somewhere? -- Also posted here (I will update the question if I get an answer or feel free to answer on SO): http://stackoverflow.com/questions/9096125/mono-4-0-xsp4-and-mod-mono-method-arguments-are-incompatible -- View this message in context: http://mono.1490590.n4.nabble.com/xsp4-method-arguments-are-incompatible-tp4351550p4351550.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list Mono-aspnet-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-aspnet-list