Hi,
I recently experienced the following error when staring up a website on my PC that I wanted to debug.
Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
The web site is .net running on IIS7 on Windows 8 which has ,Net Framework 4.5 installed.
Having tried various on-line recommendations for dealing with this error I eventually came across one that suggested I remove ServiceModel from IIS modules.
I did so and the error stopped.
My only concern is that I have now caused other problems which I have yet to encounter.
What is this module for?
How does it get referenced (if at all) in code, or where might it be used?
Is it possible to work out from the code in the website what might be using this module?
If it turns out I do need it, is it possible to add it back in?