How to add reference of WCF service to .Net CF 2.0 application?
- by Sumeet
The .net CF 2.0 application does not understand the WCF proxy. So, it neds to be converted to ASMX proxy first and then to be added as reference to .net CF 2.0 application.
But this is in theory. Need to know the exact steps of how to do it.