On Sat, Oct 31, 2009 at 15:40, Marek Habersack <[email protected]>wrote:
> Now, FormCollectionBinder is an attribute that adorns the class >> System.Web.MVC.FormCollection. The declaration of >> FormCollectionBinderAttribute is a private sealed class inside of >> FormCollection. If I move the code for this attribute outside of the >> class declaration for FormCollection and then try to compile, there >> seems to be no problems. >> >> Could this be a bug with the compiler? A simpler case is this: >> > Yes, and the bug was fixed after 2.4.3 was released. I just ended up tweaking the ASP.NET MVC source and moved the code for the attribute outside the class, all is good now. -- http://www.opgenorth.net
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
