[Mono-aspnet-list] MVC 3 - Error on first site hit
Marek Habersack
grendel at twistedcode.net
Fri Apr 8 10:09:16 EDT 2011
On Fri, 8 Apr 2011 14:03:40 +0000
"Daniel J. Summers" <daniel.summers.2415 at gmail.com> wrote:
> OK - when I remove MWI DLL, now it can't find
> System.Web.WebPages.Deployment. I remember running into that one earlier in
> my attempts to get this going, before I found Scott's blog post. Should
> that be in the GAC?
Nope, the System.Web.WebPages* assemblies aren't implemented by Mono, you must use those released
with MVC3:
System.Web.Mvc.dll
System.Web.Razor.dll
System.Web.WebPages.Deployment.dll
System.Web.WebPages.dll
System.Web.WebPages.Razor.dll
Put them in your bin/ directory and everything should work
marek
More information about the Mono-aspnet-list
mailing list