Generating WCF proxy for compact framework 2.0 -


i have wcf service written in vs 2010, .net framework 4.0. using basichttpbinding in service. trying consume service .net compact framework 2.0 client. have tried netcfsvcutil throws "error in application" error.

(1) can use netcfsvcutil generating proxy compact framework 2.0 or supports cf 3.5? posts talk tool in context of cf 3.5.

(2) can use svcutil generate proxy?

(3) there other way can consume wcf service in cf 2.0 client?

i have been looking answers since week couldnt find anything. appreciated.

i'm not 100%, i'm going need install cf35 framework cf 2.0 devices.

you can download redistributable, make cab installer step 1 before installing application:

.net compact framework 3.5 redistributable

it sounds have downloaded , installed netcfv35powertoys.msi, did know netcfsvcutil.exe in outdated? there's update here:

download new netcfsvcutil.exe microsoft

here post more info:

netcfsvcutil "error: error occurred in tool."


Comments