We're seeing this error in a customer environment with our WCF services.
We haven't been able to reproduce in house with the same Dlls and web.config settings. Therefore, I'm assuming it's an issue with the environment.
Any suggestions for things to check on the server?
This is the error we're seeing when browsing to any of the .svc files:
[InvalidOperationException: The AutofacServiceHost.Container static property must be set before services can be instantiated.]
Autofac.Integration.Wcf.AutofacHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses) +478
System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) +1429
System.ServiceModel.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity) +52
System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) +598