delay on application start -
11-13-2007
, 09:23 AM
Hi there!
One of our customers experiences a big delay on the start of our
WinForms application. By adding additional tracing I identified that
there are actually two places where delay occurs.
The first delay is exactly 30 seconds. It happens after the method
Application.Run is called and before execution of the first line of
the main form's constructor. It takes another 61 seconds to execute
code in the main form's constructor. Here is the code and trace
output:
Re: delay on application start -
11-14-2007
, 03:37 AM
I believe this has something to do with validating autorization on
Domain controllers.
One of the guys from SysInternals once wrote something on this topic.
Check this out: http://blogs.technet.com/markrussino...31/453100.aspx