I have a WCF service written in VS 2010, .Net framework 4.0. I am using basicHttpBinding in the service. I am trying to consume the service from a .net compact framework 2.0 client. I have tried the netcfsvcutil but it always throws the "error in application" error.
(1) Can I use netcfsvcutil for generating proxy for compact framework 2.0 or it only supports cF 3.5? All the posts talk about this tool in context of CF 3.5.
(2) Can I use svcutil to generate the proxy?
(3) Is there any other way I can consume WCF service in a CF 2.0 client?
I have been looking for the answers since a week but couldnt find anything. Any help is much appreciated.