P
Philippe Requilé
I have a WCF service to retrieve a typed dataset.
I can retrieve the typed dataset in a windows forms application
(NetSvcUtil).
Now I want to use NetCFSvcUtil to generate a proxy for a smart device
application.
Unfortunately the tool generates code with:
protected
ChauffeurDataTableDataTable(global::System.Runtime.Serialization.SerializationInfo
info, global::System.Runtime.Serialization.StreamingContext context) :
But System.Runtime.Serialization.SerializationInfo is unknown in compact
framework.
Any suggestions to retrieve a typed dataset with WCF in a smart device
application?
I can retrieve the typed dataset in a windows forms application
(NetSvcUtil).
Now I want to use NetCFSvcUtil to generate a proxy for a smart device
application.
Unfortunately the tool generates code with:
protected
ChauffeurDataTableDataTable(global::System.Runtime.Serialization.SerializationInfo
info, global::System.Runtime.Serialization.StreamingContext context) :
But System.Runtime.Serialization.SerializationInfo is unknown in compact
framework.
Any suggestions to retrieve a typed dataset with WCF in a smart device
application?