Damien Thouvenin

Browse by Tags

All Tags » ASP.NET MVC (RSS)
ASP.NET MVC error after migrating project from beta to RTM "could not load type System.Web.Mvc.ViewUserControl<...>" - Solved
I've been working on and off on an ASP.NET MVC project for a year or so. I migrated it with each new release, sometimes with a lot of ease, sometimes rather painfully. When upgarding from beta 5.0 to ASP.NEt MVC 1.0 (RTM) everithing seemed fine at first...
Posted: Jun 27 2009, 02:49 PM by d.th | with no comments
Filed under:
ASP.NET MVC Controller extensions
In the course of preparing a soon-to-come showcase on ASP.NET MVC I needed to redirect a controller method to another controller's. I found this post by Matt hawley that got me started but I had to fix a bug. Since I had already created my own extension methods to allow sending a file as attachment, I took the liberty of repackaging Matt's code and mine into a single class. ...
Posted: May 25 2008, 10:50 AM by d.th | with no comments
Filed under: , , ,
More Posts