Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / February 2008

Tip: Looking for answers? Try searching our database.

Editor to read application configuration

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John - 16 Feb 2008 00:21 GMT
Hi

I am looking for an editor that will allow a user to edit application
configuration easily and I have found below;

http://www.codeproject.com/KB/cs/configeditor.aspx

Unfortunately it does not read my app.config (given below). Could someone
please give me a quick hint as to what can I do to fix this?

Thanks

Regards

<?xml version="1.0" encoding="utf-8"?>
<configuration>
 <configSections>
   <sectionGroup name="applicationSettings"
type="System.Configuration.ApplicationSettingsGroup, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <section name="EMS.My.MySettings"
type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"
/>
   </sectionGroup>
 </configSections>
 <connectionStrings>
   <add name="EMS.My.MySettings.EMSDataConnection"
connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=&quot;C:\EMS
2008\Data\Events Manager Data.mdb&quot;" providerName="System.Data.OleDb" />
 </connectionStrings>
 <system.diagnostics>
   <sources>
     <!-- This section defines the logging configuration for
My.Application.Log -->
     <source name="DefaultSource" switchName="DefaultSwitch">
       <listeners>
         <add name="FileLog" />
         <!-- Uncomment the below section to write to the Application Event
Log -->
         <!--<add name="EventLog"/>-->
       </listeners>
     </source>
   </sources>
   <switches>
     <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" />
     <!-- 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>
 <applicationSettings>
   <EMS.My.MySettings>
     <setting name="ClientErrorLogEmailRecipient" serializeAs="String">
       <value>info@mydomain.co.uk</value>
     </setting>
     <setting name="ErrorLogEmailFrequency" serializeAs="String">
       <value>1</value>
     </setting>
     <setting name="Sender" serializeAs="String">
       <value>EMS-Squeeze@mydomain.co.uk</value>
     </setting>
     <setting name="SMTPServer" serializeAs="String">
       <value>smtp.myisp.co.uk</value>
     </setting>
     <setting name="strLocalDDB" serializeAs="String">
       <value>"C:\BlahBlah\Replica of MyDB.mdb"</value>
     </setting>
     <setting name="strRemoteDDB" serializeAs="String">
       <value>"F:\BlahBlah\MyDB.mdb"</value>
     </setting>
   </EMS.My.MySettings>
 </applicationSettings>
</configuration>
Nicholas Paldino [.NET/C# MVP] - 16 Feb 2008 16:25 GMT
John,

   Well, this doesn't give an error in VS.NET, so it seems valid to me.

   You should contact the author of the app and ask him what the error is,
since he wrote the program, it would seem.

   The source is also available from the codeproject site, so you should be
able to debug it yourself as well.

Signature

         - Nicholas Paldino [.NET/C# MVP]
         - mvp@spam.guard.caspershouse.com

> Hi
>
[quoted text clipped - 84 lines]
>  </applicationSettings>
> </configuration>

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.