One thing I forgot to mention is that Mono has its own implementation of Microsoft.Web.Infrastructure. Ensure that you do *not* put this assembly in your bin directory, so your app uses Mono's version instead of Microsoft's. All other MVC 4 assemblies should be fine in the bin directory.
On Sat, Feb 9, 2013 at 10:31 PM, Daniel Lo Nigro <[email protected]> wrote: > Yep - If you're using the MVC 4 NuGet packages, you shouldn't have to do > anything extra (as NuGet packages are automatically bin deployed). Ensure > the references to all the MVC assemblies (like System.Web.Mvc and the Razor > assemblies) have "Copy Local" set to "true" in Visual Studio, and you > should be all set :) > > > On Sat, Feb 9, 2013 at 10:21 PM, cfi <[email protected]> wrote: > >> I think you just need to include the MVC 4 DLLs and you are good to go... >> There should be an option in Visual Studio to include them. >> >> >> >> -- >> View this message in context: >> http://mono.1490590.n4.nabble.com/Status-of-ASP-NET-MVC-4-in-Mono-tp4658524p4658525.html >> Sent from the Mono - ASP.NET mailing list archive at Nabble.com. >> _______________________________________________ >> Mono-aspnet-list mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list >> > >
_______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
