Possible duplicate of WcfSVCHost encountered a critical error and must exit. This may be caused by invalid configuration file
(Posting this one as the answer suggested there did not work for me.)
I have a WCF service running as a Windows service on my local machine.
When I try to attach VS2010 to the process. It throws the following error.
Microsoft WCF Service Host
WcfSvcHost encountered a critical error and must exit. This may be caused by invalid configuration file. Please inspect additional information below for detail.
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.Assembly.GetTypes() at Microsoft.Tools.SvcHost.ServiceHostHelper.LoadServiceAssembly(String svcAssemblyPath)
But still I can attach to the process and debug it.
Just curious to know if anyone has any idea to resolve this error.