Hi Mine is windows application. I am using web service(build using wcf2008).when i add service reference to my application it is generated one app.config file.
and i am calling this API as
UUCPAPI.UUCPAPIServerClient uucp = new UUCPAPI.UUCPAPIServerClient(); here it is throwing exception as "Could not find default endpoint element that references contract 'UUCPAPI.IUUCPAPIServer' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element."
any body has idea?
Thanks