I am trying to generate WCF proxy client code for a Windows mobile application using basicHttpBinding, and I constantly get the following error:
Error: An error has occurred in the tool.
Error: application error
I managed to create a proxy server before, but I do not know why this happens suddenly. I read the Sameh Samir post , but the service I use does not use the Message Contracts I created (I used LINQ to SQL ORD), and WCFTestClient can connect to the service and display the contracts.
UPDATE
It seems the problem was in Windows 7 RC1. I tried this on Win7, and after running NetCFSvcUtil on XP, everything works fine.
Does anyone know how I can report this issue to Microsoft?
compact-framework wcf
mrtaikandi
source share