Subject: Re: Exception in configuration section handler.
Date: Wed, 10 Sep 2003 10:06:46 -0500
Lines: 110
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <
[email protected]>
Newsgroups: microsoft.public.dotnet.framework
NNTP-Posting-Host: gw126.cunamutual.com 64.73.98.126
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:53378
X-Tomcat-NG: microsoft.public.dotnet.framework
Sorry I should have provided what the entry was in the machine.config:
It has consistently been line 66 in the error message.
The <defaultProxy> tag is at line 66.
...
<system.diagnostics>
<switches>
<!-- <add name="SwitchName" value="4"/> -->
</switches>
<trace autoflush="false" indentsize="4"/>
<!-- <assert assertuienabled="true"
logfilename=".\TraceLog.txt"/> -->
</system.diagnostics>
<system.net>
<defaultProxy> <!-- This is line 66 -->
<!--
The following entry enables reading of the per user (LAN)
Internet settings.
Adding additional proxy settings, without first setting to
"false",
will individually override. Note that "Automatic
configuration" and
"automatic configuration scripts" cannot be read.
<proxy> settings:
usesystemdefault="[true|false]" - Read settings from
Internet Options (see above)
proxyaddress="[string]" - A Uri string of the proxy
server to use.
bypassonlocal="[true|false]" - Enables bypassing of the
proxy for local resources.
-->
<proxy
usesystemdefault="true"
/>
<!-- use this section to disable proxy use for matching servers
example:
<bypasslist>
<add address="bypassRegexString" />
</bypasslist>
-->
<!-- use this section to override proxy settings with your own
IWebProxy implementation
example:
<module
type="System.Net.WebProxy, System.Net, Version=1.0.3300.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
/>
-->
</defaultProxy>
...
Felix Wu said:
Hi Jason,
What does the line 66 look like? Is the excution always blocked by line 66?
Regards,
Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no rights.