[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Are they known issues of Openwave 5.0 with ASP.NET mobile controls?

domtam

11/18/2004 9:24:00 PM

I have come across a few weird issues when testing with Openwave
browser 5.0 (included in Openwave SDK 5.1). The issues are:

1. System.FormatException
Input string was not in a correct format.
Method: ParseInt32.

- The page doesn't even do Int32.Parse at all.

2. System.ArgumentException
Form not found:
'MyFormName**'
Method:GetForm

- The form name is appeneded with some weird characters.

I have found reports of these issues in this newsgroup two years ago.

http://groups.google.ca/groups?hl=en&lr=&threadm=DcHdfPcrBHA.728%40cpmsftngxa07&rnum=3&prev=/groups%3Fq%3DOpenwave%2BAndres%2BSanabria%2B%26hl%3D...

http://groups.google.ca/groups?hl=en&lr=&threadm=3c3f01c1db21%24ca341860%243def2ecf%40TKMSFTNGXA14&rnum=8&prev=/groups%3Fhl%3Den%26lr%3D%26q%3DOpenWave%2BForm%2BN...

According to the first reply, Openwave 5.0 is not officially supported
by Microsoft ASP.NET mobile control. However, I've checked the latest
list. It is really supported.

http://www.asp.net/mobile/testeddevices.aspx?...

Do you know how I can solve the above issues? Thanks

Dominic
4 Answers

JuanDG

11/19/2004 4:05:00 PM

0

are you running v1.1 with device updtade 4???

you can download DU4 here:

http://www.microsoft.com/downloads/details.aspx?FamilyId=02FA15FE-40D9-4DCE-9BB1-4DD61A5B7CCB&disp...

cheers!!!

--

Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia


"Dominic" wrote:

> I have come across a few weird issues when testing with Openwave
> browser 5.0 (included in Openwave SDK 5.1). The issues are:
>
> 1. System.FormatException
> Input string was not in a correct format.
> Method: ParseInt32.
>
> - The page doesn''t even do Int32.Parse at all.
>
> 2. System.ArgumentException
> Form not found:
> ''MyFormName**''
> Method:GetForm
>
> - The form name is appeneded with some weird characters.
>
> I have found reports of these issues in this newsgroup two years ago.
>
> http://groups.google.ca/groups?hl=en&lr=&threadm=DcHdfPcrBHA.728%40cpmsftngxa07&rnum=3&prev=/groups%3Fq%3DOpenwave%2BAndres%2BSanabria%2B%26hl%3D...
>
> http://groups.google.ca/groups?hl=en&lr=&threadm=3c3f01c1db21%24ca341860%243def2ecf%40TKMSFTNGXA14&rnum=8&prev=/groups%3Fhl%3Den%26lr%3D%26q%3DOpenWave%2BForm%2BN...
>
> According to the first reply, Openwave 5.0 is not officially supported
> by Microsoft ASP.NET mobile control. However, I''ve checked the latest
> list. It is really supported.
>
> http://www.asp.net/mobile/testeddevices.aspx?...
>
> Do you know how I can solve the above issues? Thanks
>
> Dominic
>

domtam

11/19/2004 5:44:00 PM

0

I forgot to mention that these issues do not appear in Openwave 4.1
and 6.2, Pocket PC 2002 / 2003, and Smartphone 2003 emulators.

I thought it was related to the language that it renders. However,
both Openwave 4.1 and 5.0 use WML 1.1, but only Openwave 5.0 has those
issues.

Any suggestion is much appreciated.

Dom
domtam@hotmail.com (Dominic) wrote in message news:<2b7c69f5.0411181324.419b9309@posting.google.com>...
> I have come across a few weird issues when testing with Openwave
> browser 5.0 (included in Openwave SDK 5.1). The issues are:
>
> 1. System.FormatException
> Input string was not in a correct format.
> Method: ParseInt32.
>
> - The page doesn''t even do Int32.Parse at all.
>
> 2. System.ArgumentException
> Form not found:
> ''MyFormName**''
> Method:GetForm
>
> - The form name is appeneded with some weird characters.
>
> I have found reports of these issues in this newsgroup two years ago.
>
> http://groups.google.ca/groups?hl=en&lr=&threadm=DcHdfPcrBHA.728%40cpmsftngxa07&rnum=3&prev=/groups%3Fq%3DOpenwave%2BAndres%2BSanabria%2B%26hl%3D...
>
> http://groups.google.ca/groups?hl=en&lr=&threadm=3c3f01c1db21%24ca341860%243def2ecf%40TKMSFTNGXA14&rnum=8&prev=/groups%3Fhl%3Den%26lr%3D%26q%3DOpenWave%2BForm%2BN...
>
> According to the first reply, Openwave 5.0 is not officially supported
> by Microsoft ASP.NET mobile control. However, I''ve checked the latest
> list. It is really supported.
>
> http://www.asp.net/mobile/testeddevices.aspx?...
>
> Do you know how I can solve the above issues? Thanks
>
> Dominic

domtam

11/23/2004 9:57:00 PM

0

Yes, I''m running V1.1 with device update 4. Is there any newer patch?

Thanks for your reminder though

JuanDG <JuanDG@discussions.microsoft.com> wrote in message news:<E4E3B283-4ABD-41A5-8EAC-A54C3D41E22E@microsoft.com>...
> are you running v1.1 with device updtade 4???
>
> you can download DU4 here:
>
> http://www.microsoft.com/downloads/details.aspx?FamilyId=02FA15FE-40D9-4DCE-9BB1-4DD61A5B7CCB&disp...
>
> cheers!!!
>
> --
>
> Juan David Gomez A.
> Microsoft Certified Professional
> Analista de Desarrollo - PSL S.A.
> Web and Wireless Banking
> Medellin - Colombia
>
>
> "Dominic" wrote:
>
> > I have come across a few weird issues when testing with Openwave
> > browser 5.0 (included in Openwave SDK 5.1). The issues are:
> >
> > 1. System.FormatException
> > Input string was not in a correct format.
> > Method: ParseInt32.
> >
> > - The page doesn''t even do Int32.Parse at all.
> >
> > 2. System.ArgumentException
> > Form not found:
> > ''MyFormName**''
> > Method:GetForm
> >
> > - The form name is appeneded with some weird characters.
> >
> > I have found reports of these issues in this newsgroup two years ago.
> >
> > http://groups.google.ca/groups?hl=en&lr=&threadm=DcHdfPcrBHA.728%40cpmsftngxa07&rnum=3&prev=/groups%3Fq%3DOpenwave%2BAndres%2BSanabria%2B%26hl%3D...
> >
> > http://groups.google.ca/groups?hl=en&lr=&threadm=3c3f01c1db21%24ca341860%243def2ecf%40TKMSFTNGXA14&rnum=8&prev=/groups%3Fhl%3Den%26lr%3D%26q%3DOpenWave%2BForm%2BN...
> >
> > According to the first reply, Openwave 5.0 is not officially supported
> > by Microsoft ASP.NET mobile control. However, I''ve checked the latest
> > list. It is really supported.
> >
> > http://www.asp.net/mobile/testeddevices.aspx?...
> >
> > Do you know how I can solve the above issues? Thanks
> >
> > Dominic
> >

JuanDG

11/24/2004 4:05:00 PM

0

Currently NO, we wont have a Device Update beyond v4, mostly because the
faith of Mobile Controls is being decided for .NET 2.0 (maybe mobile
controls will be deprecated by ASP.NET 2.0) currently in .NET 2.0 Beta 1
there are no Mobile Controls, ASP.NET 2.0 renders a special version of your
website specifically for mobile devices without you having to write a single
extra
line of code, in Beta 2 it wont be so and they (ASP.NET Team) recommend us
to keep using Mobile Controls as in v1.x.

As you can see it''s not still very clear what it''s going to happen but all
rumors point to the extinction of Mobile Controls for .NET 2.0 RTM (that
means NO more Device Updates).

Nevertheless you can build the Profiles for the Devices you want here:
http://www.asp.net/mobile/profile/de...
it''s a very cool wizard that will guide you through building the profiles,
Hope it Helps!!!

Good Luck!!!

--

Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia

"Dominic" <domtam@hotmail.com> wrote in message
news:2b7c69f5.0411231356.7bb82677@posting.google.com...
> Yes, I''m running V1.1 with device update 4. Is there any newer patch?
>
> Thanks for your reminder though
>
> JuanDG <JuanDG@discussions.microsoft.com> wrote in message
> news:<E4E3B283-4ABD-41A5-8EAC-A54C3D41E22E@microsoft.com>...
>> are you running v1.1 with device updtade 4???
>>
>> you can download DU4 here:
>>
>> http://www.microsoft.com/downloads/details.aspx?FamilyId=02FA15FE-40D9-4DCE-9BB1-4DD61A5B7CCB&disp...
>>
>> cheers!!!
>>
>> --
>>
>> Juan David Gomez A.
>> Microsoft Certified Professional
>> Analista de Desarrollo - PSL S.A.
>> Web and Wireless Banking
>> Medellin - Colombia
>>
>>
>> "Dominic" wrote:
>>
>> > I have come across a few weird issues when testing with Openwave
>> > browser 5.0 (included in Openwave SDK 5.1). The issues are:
>> >
>> > 1. System.FormatException
>> > Input string was not in a correct format.
>> > Method: ParseInt32.
>> >
>> > - The page doesn''t even do Int32.Parse at all.
>> >
>> > 2. System.ArgumentException
>> > Form not found:
>> > ''MyFormName**''
>> > Method:GetForm
>> >
>> > - The form name is appeneded with some weird characters.
>> >
>> > I have found reports of these issues in this newsgroup two years ago.
>> >
>> > http://groups.google.ca/groups?hl=en&lr=&threadm=DcHdfPcrBHA.728%40cpmsftngxa07&rnum=3&prev=/groups%3Fq%3DOpenwave%2BAndres%2BSanabria%2B%26hl%3D...
>> >
>> > http://groups.google.ca/groups?hl=en&lr=&threadm=3c3f01c1db21%24ca341860%243def2ecf%40TKMSFTNGXA14&rnum=8&prev=/groups%3Fhl%3Den%26lr%3D%26q%3DOpenWave%2BForm%2BN...
>> >
>> > According to the first reply, Openwave 5.0 is not officially supported
>> > by Microsoft ASP.NET mobile control. However, I''ve checked the latest
>> > list. It is really supported.
>> >
>> > http://www.asp.net/mobile/testeddevices.aspx?...
>> >
>> > Do you know how I can solve the above issues? Thanks
>> >
>> > Dominic
>> >