Error 1053: The service did not respond to the start or cont

A collection of information about SourceOffSite, including solutions to common problems.

Moderator: SourceGear

Post Reply
Tonya
Posts: 862
Joined: Thu Jan 20, 2005 1:47 pm
Location: SourceGear

Error 1053: The service did not respond to the start or cont

Post by Tonya » Tue May 23, 2006 2:45 pm

The following error message will appear when starting the SourceOffSite Server with the .Net Framework version 2.0 installed:

Error 1053: The service did not respond to the start or control request in a timely fashion.

To resolve this issue, we have a special SOSService.exe.config file that can be sent to replace your current version. Or you may modify this file and remove the .Net Framework version lines. The file should then appear as follows:

<configuration>
<system.diagnostics>
<switches>
<add name="General" value="1"/>
<add name="Method" value="0"/>
</switches>
</system.diagnostics>

Post Reply