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>
Error 1053: The service did not respond to the start or cont
Moderator: SourceGear