Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > After installation View modes: 
User avatar
Member
Member
fabrice-courtioux - 9/2/2010 2:32:01 PM
   
After installation
After installation when I open the site I have this message :
Impossible de charger le type 'System.ServiceModel.Activation.HttpModule' à partir de l'assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Thanks for your aid.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 9/3/2010 1:09:27 PM
   
RE:After installation
Hello.

I never saw this message before in your system, moreover from mentioned class (System.ServiceModel.Activation.HttpModule) it seems that the problem is related to your environment or IIS´ settings. This is common .NET class, not Kentico class. I found e.g. this post dealing with this error message: http://forums.silverlight.net/forums/p/182817/414237.aspx.

Anyway, I would recommend you to google more info here: System.ServiceModel.Activation.HttpModule

Best Regards,
Radek Macalik

User avatar
Member
Member
poostwoud-gmail - 10/30/2011 6:12:39 AM
   
RE:After installation
Hello,

I had the same message when trying to activate the REST webservice. The following action helped to solve my problem:

Call:
aspnet_regiis.exe /iru
through the command prompt. You can find it in the folder:
* %windir%\Microsoft.NET\Framework\v4.0.30319
* %windir%\Microsoft.NET\Framework64\v4.0.30319 (64-bit machine)

(Source: http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/)

Regards,
Peter

User avatar
Kentico Support
Kentico Support
kentico_radekm - 11/1/2011 2:42:04 AM
   
RE:After installation
Hello Peter.

Thank you very much for sharing this solution.

Let me just add that I also found additional info about this problem and possible solutions in this blog post. Thank you.

Best Regards,
Radek Macalik