Search code examples
asp.net-mvcmonocastle-activerecordelmah

ASP.NET MVC + Castle ActiveRecord + elmah on Mono 2.6 on windows 7


I am trying to get xsp2 to run my asp.net mvc application, but I get the attached error message with no debug information. Nothing useful is produced if I run xsp2 with --verbose.

The app runs fine under IIS on Windows Vista and Windows 7 and VS's built in webserver.

I know others have had success with this, so I'm hoping that I just missed something obvious.

Thanks,

EDIT: If I remove Castle.ActiveRecord.Linq and NHibernate.Linq, everything works again. I am not currently using either, so it shouldn't be a big deal to remove them. Any other suggestions?

500 http://www.freeimagehosting.net/uploads/56fc36a5db.png


Solution

  • The answer (for me) was to remove Castle.ActiveRecord.Linq and NHibernate.Linq as references. Since I wasn't using Linq, it wasn't a problem.