I get a strange exception, which, it seems to me, is related to the WCF configuration object, but whatβs wrong is completely unclear to me
The first random error like "System.Configuration.ConfigurationErrorsException" occurred in System.Configuration.dll
Additional Information: This item is not currently associated with any context.
ServiceModelSectionGroup serviceConfigs = ServiceModelSectionGroup.GetSectionGroup(config); ServiceElement serviceConfig = serviceConfigs.Services.Services[serviceType.ToString()]; << here exception

Captain comic
source share