[Mono-aspnet-list] Missing mobile controls

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Sun Nov 21 21:00:00 EST 2010


On Mon, 2010-11-22 at 01:38 +0100, Robert Jordan wrote:
> Hi,
> 
> On 22.11.2010 00:44, mabra at manfbraun.de wrote:
> > Hi All !
> >
> > I am just porting an existing web to a debian [squeeze]
> > box with apache running mod-mono. I just found, that
> > the mobile controls seems not to be supported:
> >
> > Parser Error Message: Cannot find type
> > System.Web.UI.MobileControls.MobilePage
> >
> > Any hints would be great!
> 
> System.Web.Mobile.dll is not implemented.
> 
> > BTW:The class status page - so far I heard of - seems not to exist?
> 
> http://go-mono.com/status/

Mmm. System.Web.Mobile is in the Mono 3.5 vs .NET 2.0 list of
assemblies. Perhaps this is just a missing assembly reference? If this
is the case, adding the following line to
<configuration><system.web><compilation> should work:

<add assembly="System.Web.Mobile, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" />

-Gonzalo




More information about the Mono-aspnet-list mailing list