|
|
||||||
|
#1
|
|
|
|
|
I'm trying to pass DataSet from WebService to Mobile Device and insert XSD-schema into new DataSet on mobile device (powered by WinCE.NET 4.1 + compact FrameWork) and a catch PlatformNotSupported exception when i read XSD into new dataset on device (code string : newdataset.readXml(xmltextreader, xmlreadmode.readschema, null)). Why?
Dataset contains base64binary array in one of the fields of dataset (image, stored in SqlServer) and text field. |
|
|
|
#2
|
|
|
|
|
Do you really need to pass the schema with dataset? Usually web service
proxy on CF deals with datasets returned by the web service without a need for a schema. SInce your dataset is simple enough, the perfomance penalty fro rebuilding the schema should not be too bad |
|
#3
|
|
|
|
|
Yes, you can pass DataSet from/to WebService.
PlatformNotSupported means the DataSet you're passing has a locale which is not supported on your device. Please see this for more details: http://groups.google.com/groups?hl=e...YIEHA.420%40cp msftngxa06.phx.gbl Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- > Thread-Topic: Can i pass DataSet from WebService to Mobile Device and insert XSD into new DataSet on mobile device (powered by WinCE.NET 4.1 + compact FrameWork)? > thread-index: AcQ+bU3Jw42V5+sgRo+JCixXnuoWKg== > X-WN-Post: microsoft.public.dotnet.framework.compactframework > From: "=?Utf-8?B?TWFnaWM=?=" <576000> > Subject: Can i pass DataSet from WebService to Mobile Device and insert XSD into new DataSet on mobile device (powered by WinCE.NET 4.1 + compact FrameWork)? > Date: Thu, 20 May 2004 06:21:05 -0700 > Lines: 2 > Message-ID: <148447E1-7A4F-4C3C-94E5-4C88C5CC9D48> > MIME-Version: 1.0 > Content-Type: text/plain; > charset="Utf-8" > Content-Transfer-Encoding: 7bit > X-Newsreader: Microsoft CDO for Windows 2000 > Content-Class: urn:content-classes:message > Importance: normal > Priority: normal > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 > Newsgroups: microsoft.public.dotnet.framework.compactframework > Path: cpmsftngxa10.phx.gbl > Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.framework.compactframework :53606 > NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180 > X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework > > I'm trying to pass DataSet from WebService to Mobile Device and insert XSD-schema into new DataSet on mobile device (powered by WinCE.NET 4.1 + compact FrameWork) and a catch PlatformNotSupported exception when i read XSD into new dataset on device (code string : newdataset.readXml(xmltextreader, xmlreadmode.readschema, null)). Why? Dataset contains base64binary array in one of the fields of dataset (image, stored in SqlServer) and text field. |
|
#4
|
|
|
|
|
Big thanks! (rus - Bol'shoe spasibo!) :)
|
|
|
| Similar Threads | |
| Missing device deployment target option - Mobile Device SDK (Windows Mobile 6.0 Pro) Dear all, I have recently downloaded and installed the Windows Mobile 6.0 SDK in order to obtain the emulators for use within Visual Studio 2005 (SP1) on Vista. For some... |
|
| ActiveSync cannot connect to the Windows Mobile powered device Hello everyone, When I reboot my device(My device had connected to PC via USB cable), in the boot process, sometimes a dialog with "ActiveSync cannot connect to the Windows... |
|
| Mobile WINCE Device I have a Falcon 4420 running WIN CE5.0 and am trying to write a custom AP using VB8 but I do not know how to reference the Axapta COM connector. Is this even possible? ... |
|
| upload dataset/datatable from windows mobile 5 to a webservice. How? Hi, I'm developing an application that needs to upload a dataSet or datatables at the end of the day. I'm going to use Windows Mobile 5 and Net Framework 2.0 and visual... |
|
| Activesync cannot connect to the windows mobile powered device in usb mode Hi folks, I can't connect my qtek 9100 with activesync 4.1 or 4.2 beta release on my laptop or my desktop in usb mode. on both i get this message from activesync: Activesync... |
|
|
All times are GMT. The time now is 04:35 PM. | Privacy Policy
|