Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6555267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:47:56+00:00 2026-05-25T12:47:56+00:00

We have a set of .net 2.0 windows services installed on Windows Server 2003

  • 0

We have a set of .net 2.0 windows services installed on Windows Server 2003 R2 machine. They are configured to start as Local System account and start mode is Auto. All services are fail with error 1053 “The service did not respond to the start or control request in a timely fashion”.

I’ve inserted logging to one of services and investigated that problem is outside our code. No single line of code executed.

It seems that problem with .net code permissions on the machine. But problem reproduces only on client machine (two different client with identical symptoms). On our developer and tester enviroment we can’t reproduce it.

System to reproduce: OS: Windows Server 2003 R2 SP2 32bit clean install + product prerequisites: SQL Server 2005 Express SP2, .NET Framework 2 SP2 + our product

What can it be, any sugessions?

update from 07/04/2011:

File with ProcessMonitor log from the client machine: http://dl.dropbox.com/u/8982352/Logfile.zip
Service process name is: ParsecServiceHost.exe

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T12:47:56+00:00Added an answer on May 25, 2026 at 12:47 pm

    Finally, reporting an answer, that microsoft support helped to get:

    This problem occurs because a .NET Framework 2.0 managed assembly that
    has an Authenticode signature takes longer than usual to load. The
    signature is always verified when the .NET Framework 2.0 managed
    assembly that has an Authenticode signature is loaded.

    Additionally, the .NET Framework 2.0 managed assembly may take longer
    than usual to load because of various other settings. For example, the
    .NET Framework 2.0 managed assembly may take longer than usual to load
    because of the network configuration.

    Here is Microsoft KB, that describes problem and provides hotfix to .NET Framework 2.0
    But this hotfix does not fix the long load time problem, but adds ability to simply disable disable signature verification in .NET 🙂 by setting generatePublisherEvidence parameter in app.config!
    Note: if you have .NET Framework SP2 then hotfix is not needed, simply set generatePublisherEvidence parameter in app.config.

    http://support.microsoft.com/kb/936707 – FIX: A .NET Framework 2.0
    managed application that has an Authenticode signature takes longer
    than usual to start.

    To solve issue, you can use this configuration setting to disable signature verification in a .NET Framework 2.0 managed application. You can use this configuration setting in an application configuration file. To do this, add the following code to the
    .exe.config file for the .NET Framework 2.0 managed application:

    <configuration>
        <runtime>
                <generatePublisherEvidence enabled="false"/>
            </runtime>
    </configuration>
    

    If your application is hosted in IIS, change one of the following:
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet.config
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config

    Note: On x64 machines, you must also change one of the following:
    C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet.config
    C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\machine.config

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just set up cruise control.net on our build server, and I am
I have a set of existing WCF services hosted in a .NET 3.0 app.
I just installed .NET 4.0 on my Win 2003 Server running IIS. I didn't
I have a c# Windows Forms application, using .NET 3.5. My machine environment is
We have a windows service created in .NET 2.0. I've set the Platform Target
I have a set of .NET components that were developed long ago (1.1). I
I have an existing set of .net libraries that I wish to call from
I have set up my website to use ASP.NET Membership. it all works fine
I currently have CruiseControl.NET set up with SVN to automatically grab the code source
I have nant set up to build my ASP.NET MVC project and it works

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.