[Mono-list] FW: [Mono-aspnet-list][Sorry for duplicate] Missing mobile controls

Robert Jordan robertj at gmx.net
Wed Nov 24 13:00:08 EST 2010


On 24.11.2010 18:42, mabra at manfbraun.de wrote:
> Hi All !
>
> So, please forgive me, that I post this here [was on Mono-aspnet-list],
> but I have extrem trouble with it and do not find a solution and
> there are no more answers.

I wrote you about 40 minutes after your original post that
System.Web.Mobile.dll is not implemented.

Robert

>
> Today, I downloaded the complete mono source, but do NOT find the
> "System.Web.Mobile.dll" [or their source]. Yesterday, I tried
> a ready-to-go Suse VM:No dll!
>
> Is this a licensing problem?? I saw - unexpectedly - that the
> "Android" is not open, so I should I assume the Mobile controls
> will be restricted license in the future??
>
> I also asked in the debian-packaging-list, if this is a packaging
> problem, but I do no longer think so, because the dll is not
> in any source anymore!
>
> I found patches for build-files in the internet, where references
> to that dll were present, so it should be not only phantasy.
>
> Any help would be really great!
>
> 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
> mabra at manfbraun.de
> Sent: Tuesday, November 23, 2010 8:51 PM
> To: mono-aspnet-list at lists.ximian.com
> Subject: Re: [Mono-aspnet-list] Missing mobile controls
>
> Hi !
>
> I made just a bigger "check":Downloaded the VMWare VM Suse 11.3/Mono 2.8.1
> and made the same search for the dll:It does NOT exist!!!
>
> I searched packages, to see, if they are a separate download, but nothing
> found.
>
> I start to become hopeless now ... :-(
>
> 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
> mabra at manfbraun.de
> Sent: Tuesday, November 23, 2010 6:16 PM
> To: 'Gonzalo Paniagua Javier'; mono-aspnet-list at lists.ximian.com
> Subject: Re: [Mono-aspnet-list] Missing mobile controls
>
> Hi !
>
> Could you possible tell me, in which  assembly the mobile controls should be
> and if they should be assumed to be in the cache? It's just, that I cannot
> make it running and the controls does not seem to be here. I could also
> assume, that the status page is not absolutely correct ... It even could be
> a packaging problem on my debian [squeeze] ...
>
> What machtes mobile in my GAC is:
>
> Mono.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756
> Mono.WebBrowser, Version=0.5.0.0, Culture=neutral,
> PublicKeyToken=0738eb9f132ed756
> Mono.WebServer2, Version=0.2.0.0, Culture=neutral,
> PublicKeyToken=0738eb9f132ed756
> System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web, Version=1.0.5000.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a
> System.Web, Version=2.0.0.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a
> System.Web.Abstractions, Version=3.5.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web.DynamicData, Version=3.5.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web.Mvc, Version=1.0.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web.Mvc, Version=2.0.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web.Routing, Version=3.5.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35
> System.Web.Services, Version=1.0.5000.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a
> System.Web.Services, Version=2.0.0.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a
> webkit-sharp, Version=1.1.15.0, Culture=neutral,
> PublicKeyToken=eaa1d335d2e19745
>
> A little help could drive me forward!!
>
> Thanks so far!
>
> 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
>
>
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>
>
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>




More information about the Mono-list mailing list