[Mono-bugs] [Bug 683223] Service Reference initialization error in 2.10.1. Works fine in 2.8.1

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 28 17:24:10 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=683223

https://bugzilla.novell.com/show_bug.cgi?id=683223#c1


--- Comment #1 from Brian Corbin <bcorbin at wms.com> 2011-03-28 21:24:09 UTC ---
(From update of attachment 421773)
<?xml version="1.0"?>
<configuration>

  <configSections>
    <section name="log4net" type="System.Configuration.IgnoreSectionHandler" />
  </configSections>

  <startup>
    <!--<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>-->
  </startup>

  <system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="BasicHttpBinding_IService1" closeTimeout="00:01:00"
            openTimeout="00:01:00" receiveTimeout="00:10:00"
sendTimeout="00:01:00"
            allowCookies="false" bypassProxyOnLocal="false"
hostNameComparisonMode="StrongWildcard"
            maxBufferSize="65536" maxBufferPoolSize="524288"
maxReceivedMessageSize="65536"
            messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
            useDefaultWebProxy="true">
          <readerQuotas maxDepth="32" maxStringContentLength="8192"
maxArrayLength="16384"
              maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          <security mode="None">
            <transport clientCredentialType="None" proxyCredentialType="None"
                realm="" />
            <message clientCredentialType="UserName" algorithmSuite="Default"
/>
          </security>
        </binding>
      </basicHttpBinding>
    </bindings>
    <client>
      <endpoint
address="http://pa-app1-dev.wms.com/BuildServerWCF/Service1.svc"
          binding="basicHttpBinding"
bindingConfiguration="BasicHttpBinding_IService1"
          contract="BuildServerSvc.IService1" name="BasicHttpBinding_IService1"
/>
    </client>
  </system.serviceModel>

  <log4net>
    <appender name="FileAppender" type="log4net.Appender.FileAppender">
      <file value="/tmp/log-file.txt" />
      <appendToFile value="true" />
      <layout type="log4net.Layout.PatternLayout">
        <conversionPattern value="%date [%thread] %-5level %logger
[%property{NDC}] - %message%newline" />
      </layout>
    </appender>
    <appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender">
      <layout type="log4net.Layout.PatternLayout">
        <conversionPattern value="%date [%thread] %-5level %logger [%ndc]
&lt;%property{auth}&gt; - %message%newline" />
      </layout>
    </appender>

    <root>
      <!--<level value="WARN" />-->
      <appender-ref ref="FileAppender" />
      <appender-ref ref="ConsoleAppender" />
      <!-- <appender-ref ref="ADONetAppender_SqlServer" /> -->
      <!-- <appender-ref ref="A" /> -->
    </root>
  </log4net>

  <appSettings>
    <add key="Name" value="TestBuildServer" />
    <add key="Location" value="Chicago"/>
    <add key="LocalSandboxRoot" value="/Sandboxes"/>
    <add key="SandboxTarLocations" value="/mnt/SandboxShare,/mnt/BuildBot"/>
    <add key="LocationToSendSandboxTars" value="/mnt/SandboxShare"/>

    <add key="OutputFileDirectory" value="/mnt/BuildServerOutput"/>          
  </appSettings>
</configuration>

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list