[Mono-aspnet-list] System.Web.Mvc.ViewMasterPage

nils gomono__nils at huegelmann.info
Sun Feb 20 08:31:44 EST 2011


Had the same problem, a workaround which helped me was putting
system.web.mvc.dll 2.0.0.0 into the bin directory

I think the problem is that mono includes both mvc version into the build,
the build command includes

/r:"/usr/lib/mono/gac/System.Web.Mvc/2.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll" 
[...]
/r:"/usr/lib/mono/gac/System.Web.Mvc/1.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll" 

but i don't know why, i have checked all dependencies, but mvc 1.0.0.0 is
not there.
-- 
View this message in context: http://mono.1490590.n4.nabble.com/System-Web-Mvc-ViewMasterPage-tp1835611p3315109.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list