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

[914 byte] By [SankaraNarayananNagalingam] at [2008-1-29]
# 1
Can you verify its Value in Configuration table in the ContactCenter DB?
SupriyaA at 2007-9-4 > top of Msdn Tech,Customer Care Framework,Customer Care Framework...
# 2

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