zoooom 0 Posted May 1, 2003 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? Share this post Link to post
zoooom 0 Posted May 1, 2003 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. Share this post Link to post