This forum is closed. Thank you for your contributions.
I don't find Add Service Reference in Smart Device Development template in VS2008. I want to use WCF netTcpBinding to get best performance.
How can I use WCF netTcpBinding in Smart Device/Windows Mobile Development projects?
Regards.
Hi,
Add Service Reference is not available for Mobile versions. You have to create the proxy by using NetCFSvcUtil.exe .
Check the limitations here:
http://blogs.msdn.com/andrewarnottms/archive/2007/08/21/the-wcf-subset-supported-by-netcf.aspx
Also check the WCF Guidance for Mobile
http://wcfguidanceformobile.codeplex.com/releases/view/27247
Regards,
Malleswar
Thanks Malleswar for these very useful links.
Now i am sure that we can't use netTcpBinding in mobile apps. i wish to use this for best performance.
Regads.