Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Consuming webservices in pocket pc application

Reply
Thread Tools

Consuming webservices in pocket pc application

 
 
Bart Verdonck
Guest
Posts: n/a
 
      02-28-2005
Hi,

It's my first pda-application that I'm writing in addition to a website and
windows client. But I have some trouble consuming my webservices...

When I add my webreference and build the project I get the following error:
"The type or namespace name 'browsable' does nog exist in the class or
namespace 'System.ComponentModel' (are you missing an assembly reference?).
I also have similar errors for 'DesignerSerializationAttribute' and
'ToolboxItem'.

My service get and updates typed datasets.

Mvgr,
BV


 
Reply With Quote
 
 
 
 
Dilip Krishnan
Guest
Posts: n/a
 
      03-01-2005
Thats because your web service is exposing a parameter that it does not
know how to XmlSerialize. The types allowed by .net web services are [0]

[0] - http://msdn.microsoft.com/workshop/a.../datatypes.asp
Bart Verdonck wrote:
> Hi,
>
> It's my first pda-application that I'm writing in addition to a website and
> windows client. But I have some trouble consuming my webservices...
>
> When I add my webreference and build the project I get the following error:
> "The type or namespace name 'browsable' does nog exist in the class or
> namespace 'System.ComponentModel' (are you missing an assembly reference?).
> I also have similar errors for 'DesignerSerializationAttribute' and
> 'ToolboxItem'.
>
> My service get and updates typed datasets.
>
> Mvgr,
> BV
>
>


--
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Consuming webservices in vs2005 jhcorey@yahoo.com ASP .Net 0 09-02-2005 05:02 PM
Pocket IE not consuming download attachments properly. Mel Grubb ASP .Net Mobile 0 12-17-2004 02:57 PM
Setting initial focus in html using Javascript - Pocket IE on Windows 2003 Pocket PC dsnyder Javascript 2 04-14-2004 03:58 PM
consuming webservices in VB.net thru javascript Bhagwati ASP .Net Web Services 0 03-05-2004 05:10 AM
Consuming WebServices using HttpWebRequest class Baccarin ASP .Net Web Services 0 07-15-2003 06:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57