--- trunk/VBDLL/app.config 2012/07/11 14:19:13 4 +++ trunk/VBDLL/app.config 2012/07/14 07:14:59 112 @@ -1,10 +1,9 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0"?> <configuration> <configSections> </configSections> <connectionStrings> - <add name="AnywhereTS.My.MySettings.atsConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename="C:\Documents and Settings\ab\My Documents\AnywhereTS\TS-CONIFG\SOURCE\TSAdminTool\ats.mdf";Integrated Security=True;User Instance=True" - providerName="System.Data.SqlClient" /> + <add name="AnywhereTS.My.MySettings.atsConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename="C:\Documents and Settings\ab\My Documents\AnywhereTS\TS-CONIFG\SOURCE\TSAdminTool\ats.mdf";Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/> </connectionStrings> <system.diagnostics> <sources> @@ -18,14 +17,12 @@ </source> </sources> <switches> - <add name="DefaultSwitch" value="Information" /> + <add name="DefaultSwitch" value="Information"/> </switches> <sharedListeners> - <add name="FileLog" - type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" - initializeData="FileLogWriter"/> + <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/> <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log --> <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> --> </sharedListeners> </system.diagnostics> -</configuration> +<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> |