Communication Service wil http-module niet opstarten

Communication Service wil http-module niet opstarten

Indien de Communication Services wordt gestart zonder http, dan moet het volgende in het configuratiebestand worden toegevoegd:

Bestand: Carmen13.CommunicationServices.exe.config

 

<configuration>     ...   <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" /> </dependentAssembly> </assemblyBinding> </runtime> </configuration>

 

(c) RTVSoftware