[Mono-aspnet-list] MVC 3 - Error on first site hit

Marek Habersack grendel at twistedcode.net
Fri Apr 8 09:01:04 EDT 2011


On Fri, 8 Apr 2011 12:54:02 +0000
"Daniel J. Summers" <daniel.summers.2415 at gmail.com> wrote:

> I've successfully gotten ASP MVC 3 running with Mono 2.10, using the "bin
> deploy" technique described at
> http://www.hanselman.com/blog/default.aspx?page=11 (as I write this, the
> post is at the top of the page; the permalink seems to be broken).  Once the
> app is restarted, the first hit returns an error.  After that, it flies!  :)
[snip]
> Any ideas?
You must not use the .NET version of Microsoft.Web.Infrastructure on Mono. Remove it from bin/ and
rely upon what is in Mono's GAC.

marek




More information about the Mono-aspnet-list mailing list