While getting the dataset using webservice, the following error occur:
An unhandled exception of type 'System.PlatformNotSupportedException'
occurred in mscorlib.dlls
Additional information: PlatformNotSupportedException
Any solution?
Lionel LASKE - 06 Feb 2005 08:01 GMT
DataSet is supported on WebService on PPC.
This message means that you're passing has a locale which is
not supported on .NET Compact Framework.
See
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactfra
mework/msg/5173f318ef479876?hl=en&lr=&ie=UTF-8
for more.
Lionel.
> While getting the dataset using webservice, the following error occur:
>
[quoted text clipped - 4 lines]
>
> Any solution?