As my title may be confusing, I am a little myself. If I have a WCF service running which calls methods from class MyDataAccessLayer
and I also have a DLL which I use as a reference in my project that calls methods from MyDataAccessLayer
, can this be the cause to this issue:
Could not find default endpoint element that references contract 'WCFTestService.ITestService
' 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.
I am trying to understand WCF as much as possible, and I have checked the app.config file a thousand times and I have not seen any issues with my endpoint settings. Any thoughts?