I have a WCF service, hosted in IIS returning the following error (when trying to call a method or even just browse to the service definition):
"Service not available"
The error log shows a bit more detail:
An unhandled exception occurred and the process was terminated.
Application ID: /LM/w3svc/1/ROOT/C_wcfService
Process ID: 4696
Exception: System.Runtime.InteropServices.SEHException
Message: External component has thrown an exception.
Can anyone point me in the right direction to fix this problem?