vs.net 2k2 hang

There is a 10 - 15 second hang whenever i try to run an application in vs. net 2k2 on win2k3. debug or release doesnt matter. start without debugging does the same thing. If i run it again it gets faster.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar37.webp

84 Posts
Location -
Joined 2000-03-04
There is a 10 - 15 second hang whenever i try to run an application in vs.net 2k2 on win2k3. debug or release doesnt matter. start without debugging does the same thing. If i run it again it gets faster.. 3rd time its instant. But as soon as I recompile it it starts all over again. It didnt do this in 2k. Could this be a clash with the new 1.1 framework or something? both 1.0 and 1.1 frameworks are installed. Anybody have a similar problem?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar37.webp

84 Posts
Location -
Joined 2000-03-04
OP
I think i was able to solve this one on my own. The problem wasnt related to win2k3 it was because i have promoted the machine as a domain controller. And doing this basically removes the aspnet account. The vs.net ide will search for the aspnet account even on winform apps and console apps and if the user is not there it will hang while searching for the user. So all you need to do if you are on a domain controller is add the ASPNET user. App loads quick now. I hope the problem doesnt come back.