On Fri, 8 Apr 2011 14:03:40 +0000
"Daniel J. Summers" <daniel.summers.2...@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
_______________________________________________
Mono-aspnet-list mailing list
Mono-aspnet-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list

Reply via email to