[Mono-aspnet-list] Missing mobile controls
mbwl at manfbraun.de
mbwl at manfbraun.de
Mon Nov 22 02:47:14 EST 2010
Hi !
Ok, I tried this, but it did'nt help:
System.IO.FileNotFoundException: Could not load file or assembly
'System.Web.Mobile, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system
cannot find the file specified.
File name: 'System.Web.Mobile, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'
at System.AppDomain.Load (System.String assemblyString,
System.Security.Policy.Evidence assemblySecurity, Boolean refonly) [0x00000]
in <filename unknown>:0
at System.AppDomain.Load (System.String assemblyString) [0x00000] in
<filename unknown>:0
at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string)
at System.Reflection.Assembly.Load (System.String assemblyString)
[0x00000] in <filename unknown>:0
at System.Web.UI.TemplateParser.AddAssemblyByName (System.String name)
[0x00000] in <filename unknown>:0
Some more hints could possibly lead me into the right direction!
br++mabra
-----Original Message-----
From: mono-aspnet-list-bounces at lists.ximian.com
[mailto:mono-aspnet-list-bounces at lists.ximian.com] On Behalf Of Gonzalo
Paniagua Javier
Sent: Monday, November 22, 2010 3:00 AM
To: mono-aspnet-list at lists.ximian.com
Subject: Re: [Mono-aspnet-list] Missing mobile controls
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
_______________________________________________
Mono-aspnet-list mailing list
Mono-aspnet-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
More information about the Mono-aspnet-list
mailing list