tags:

views:

118

answers:

1

Howdy,

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

A: 

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
what video? (15 char limit)
Adabada
Here it is: http://channel9.msdn.com/posts/DanielMoth/Client-Application-Services-with-Visual-Studio-2008/ I also updated the answer with the URL
Emad
this uses webserices, not wcf
Adabada