System.TypeInitializationException: Microsoft.Ccf.Csr.WebServices.AgentWS' threw an exception.
Hello,
My first installation went through fine. We ran another CCF setup for another location. I followed the same steps as I did for the first. ButThe CCF web service when accessed through a web browser threw an error like thisSystem.TypeInitializationException: The type initializer for Microsoft.Ccf.Csr.WebServices.AgentWS' threw an exception. > System.Exception: No configuration settings were found for Microsoft.Ccf/Csr.WebServices.Providers.AdminConsole.AgentWS.
Has anyone faced problem like this before? How to fix this?Your help is appreciated
Hi, this is the value ..It seems to be correct... doesn't it?
<Csr.WebServices.Providers.AdminConsole.AgentWS defaultProvider="SqlAgentWSProvider"><providers><add name="SqlAgentWSProvider" type="Microsoft.Ccf.Csr.WebServices.Providers.AdminConsole.SqlAgentWSProvider,Microsoft.Ccf.Csr.WebServices.Providers" connectionString="Server=CCFSQL;Integrated Security=true;Database=ContactCenter;Pooling=true;"/><add name="AzManAgentWSProvider" type="Microsoft.Ccf.Csr.WebServices.Providers.AdminConsole.AzManAgentWSProvider, Microsoft.Ccf.Csr.WebServices.Providers" azManStore="msxml://C:\CCF\DemoData\AzManCCF.xml"/></providers></Csr.WebServices.Providers.AdminConsole.AgentWS>
Please let me know how to fix it