I am trying to create proxies to call WCF from CF using Basic HTTP Binding.
I have a shared DLL of basic objects - when I create bindings for a non-CF
client using VS 2008, the shared component is taken into account when
creating the proxies, however when trying to do the same using the command
line util for CF the shared library is ignored:
NetCFSvcUtil.exe /reference:c:\Common.dll
http://localhost:8000/LanguageServiceSample/Service
Any thoughts/advice would be much appreciated.
Thanks, Carl
--
Carl Howarth