Note that there are some explanatory texts on larger screens.

plurals
  1. POWindows Services Error in C#
    primarykey
    data
    text
    <p>I using c#. At this time I using Windows 7.My question is ; When I running my code, that's gives me errors etc 193:0xc1 error , Services started but after stopped , 1053 services errors. Here is my code.</p> <pre><code> public RupdaterService() { InitializeComponent(); this.timer1.Elapsed += new System.Timers.ElapsedEventHandler(this.timer1_Elapsed); } protected override void OnStart (string[] args) { timer1.Enabled=true; this.DBEntry("Service Started"); } protected override void OnStop() { this.timer1.Enabled = false; this.DBEntry("Service Stopped"); } private void timer1_Elapsed(object sender,System.Timers.ElapsedEventArgs e) { this.DBEntry("Service Running"); } Here is my App.Config. &lt;?xml version="1.0" encoding="utf-8" ?&gt; &lt;configuration&gt; &lt;configSections&gt; &lt;sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c5***9" &gt; &lt;section name="HedefliRUpdater.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5***9" requirePermission="false" /&gt; &lt;/sectionGroup&gt; &lt;/configSections&gt; &lt;system.serviceModel&gt; &lt;/system.serviceModel&gt; &lt;applicationSettings&gt; &lt;HedefliRUpdater.Properties.Settings&gt; &lt;setting name="HedefliRUpdater_srvHedefli_wsrvHermesHedefliMesaj" serializeAs="String"&gt; &lt;value&gt;http://***.com/hedefli/srvHedefli.asmx&lt;/value&gt; &lt;/setting&gt; &lt;/HedefliRUpdater.Properties.Settings&gt; &lt;/applicationSettings&gt; </code></pre> <p></p> <p>Thanks in advance,</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload