Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
Is your service using Entity Framework? Is this VS feedback article applicable to your case? – Mike Guthrie May 10 '12 at 14:40
No, this is not applicable to my case. – swap_p May 11 '12 at 14:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.