1

I followed these two tutorial to get Client Application services working using WCF instead of the traditional web services project:

But when configuring the winforms project services tab with the wcf services location, the generated code in app.config points to a "Authentication_JSON_AppService.axd" service uri that doesn't exist.

How can I use Client Application Services using WCF as the "transport" and still use the services tab to configure the settings on the client windows application?

Thanks

Adabada
  • 53
  • 6

1 Answers1

0

This video might answer your question. It is a walk through showing you how to do that. URL: http://channel9.msdn.com/posts/DanielMoth/Client-Application-Services-with-Visual-Studio-2008/

Emad Gabriel
  • 3,627
  • 7
  • 35
  • 49