R
Ralf
Situation: .NET windows service
All works fine until we digitally signed the service exe. After that
starting the service often fails (A timeout was reached (30000 milliseconds)
while waiting for the ... service to connect.). I can reproduce this
behaviour with XP x64.
Looks like windows tries to verify the signature and this take too much
time. When I disconnect the computer from the internet, the service starts.
I am not the only one having this problem:
http://www.codeprof.com/dev-archive/209/12-44-2099945.shtm
http://www.msnewsgroups.net/group/microsoft.public.dotnet.languages.csharp/topic2033.aspx
Any solutions?
Thanks for your help
Ralf
All works fine until we digitally signed the service exe. After that
starting the service often fails (A timeout was reached (30000 milliseconds)
while waiting for the ... service to connect.). I can reproduce this
behaviour with XP x64.
Looks like windows tries to verify the signature and this take too much
time. When I disconnect the computer from the internet, the service starts.
I am not the only one having this problem:
http://www.codeprof.com/dev-archive/209/12-44-2099945.shtm
http://www.msnewsgroups.net/group/microsoft.public.dotnet.languages.csharp/topic2033.aspx
Any solutions?
Thanks for your help
Ralf