In all samples it uses the Web References to generate the proxies.
But my service is a WCF service. Should I be using the NetCFSvcUtil to generate my proxy ? or shouldI just simply use the Web References one.
I tried using the ones generated by NetCFSvcUtil, but I'm just stubbling on different issues.
First, the FaultException for CF is really not easy to work with.
Second I came accross the "The maximum message size quota for incoming messages (65536) has been exceeded". I did not had this issue using the Web References proxies ....
Third, I also notice it seem slower than the web reference proxy...
Is it better to stay away from NetCFSvcUtil for Sync Services?
I'm have a Windows Mobile App that syncs through a WCF service.