2013-01-21 30 views
1

當我修改我的app.config以包含ReflectSoftware日誌信息時,Ninjatrader崩潰。你能指出我沒有正確配置它嗎?App.config問題

?xml version="1.0" encoding="utf-8" ?> 
<configuration> 
    <system.net> 
     <defaultProxy> 
      <proxy usesystemdefault="False"/> 
     </defaultProxy> 
    </system.net> 
    <configSections>   
    <section name="insightSettings" type="ReflectSoftware.Insight.ConfigurationHandler,ReflectSoftware.Insight"/> 
</configSections> 
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    <!-- 
    In order to recieve location information, you must ensure the layout has the parameter ${callsite} and all 
    its properties set accordantly. 
    --> 
    <extensions> 
     <add assembly="ReflectSoftware.Insight.Extensions.NLog"/> 
    </extensions> 
    <targets> 
     <target name="ReflectInsight" 
       xsi:type="ReflectInsight" 
       instanceName="nlogInstance1" 
       displayLevel="true" 
       displayLocation="true" 
       layout="${callsite:className=true:fileName=true:includeSourcePath=true:methodName=true}" /> 
    </targets> 
    <rules> 
     <logger name="*" minlevel="Trace" writeTo="ReflectInsight" />   
    </rules> 
</nlog> 
</configuration> 

回答

2

固定由配置的章節後,移動所述XML片段