what wrong an "unrecognized settlement domain runtime" settlement exception


in sole web.config:



<configuration>
<configsections>
<section name="rstrace" type="microsoft.reportingservices.diagnostics.rstracesectionhandler,microsoft.reportingservices.diagnostics" />
</configsections>
<system.diagnostics>
<switches>
<add name="defaulttraceswitch" value="3" />
</switches>
</system.diagnostics>
<rstrace>
<add name="filename" value="reportserverservice_" />
<add name="filesizelimitmb" value="32" />
<add name="keepfilesfordays" value="14" />
<add name="prefix" value="appdomain, tid, time" />
<add name="tracelisteners" value="file" />
<add name="tracefilemode" value="unique" />
<add name="components" value="all:3" />
</rstrace>
<runtime>
<alwaysflowimpersonationpolicy enabled="true"/>
<assemblybinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentassembly>
<assemblyidentity name="microsoft.reportingservices.interfaces"
publickeytoken="89845dcd8080cc91"
culture="neutral" />
<bindingredirect oldversion="8.0.242.0"
newversion="10.0.0.0"/>
<bindingredirect oldversion="9.0.242.0"
newversion="10.0.0.0"/>
</dependentassembly>
</assemblybinding>
<gcserver enabled="true" />
</runtime>
</configuration>


Comments

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

using mvc, should hoop communication between views? between models?