[Mono-list] asp.net master pages (part 2)

Brian Olsen Brian Olsen <brian.olsen@gmail.com>
Wed, 8 Sep 2004 17:57:44 -0400


> I've been playing with [Paul] Wilson's MasterPages on Mono (see links
> below) and it seems to work fine except for a couple of [minor] nuances
> that I'm trying to sort out now.

I got his implementation of it to work by commenting out two lines in
MasterPage.cs, the "using System.Web.UI.Design" (which is not
implemented in Mono yet) and the ToolboxItem and Designer attributes.
When those were commented out and compiled, it worked fine.

Brian