i have written a simple wp7 application. it uses wcf service and files to store user provided data. i could successfully run the app without errors but i am getting a runtime err: "An endpoint configuration section for contract 'ServiceReference1.IService1' could not be located because more than one endpoint configuration for that contract was found. please indicate the preferred endpoint configuration section by name" the acf contains the following endpoint configurations set
<services>
<service name="WcfDataWallet.Service1">
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="NewBinding0"
contract="WcfDataWallet.IService1">
<identity>
<dns value="localhost" />
</identity>
</endpoint>
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
can someone help me please