Friday, February 03, 2012

Cannot find 'ServiceReferences.ClientConfig' in the .xap application package. This file is used to configure client proxies for web services,......


Error: Cannot find 'ServiceReferences.ClientConfig' in the .xap application package. This file is used to configure client proxies for web services, and allows the application to locate the services it needs. Either include this file in the application package, or modify your code to use a client proxy constructor that specifies the service address and binding explicitly.

I received above error when I tried to write some code in App.XML file, I found link below exactly same I was doing, I solved this error from below link


No comments: