Hi,
I have created a ASP.NET core webAPI application in which I am trying to load one of assemblies which is dependent on .NET framework and this assembly contains the proxies to connect to WCF service. But I am getting the following error.
"The 'system.serviceModel/diagnostics' configuration section cannot be created. The machine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error."
What could be the reason. How to fix this?
I tried running the tool suggested in the error.No luck.