When I am trying to compile c# code with visual studio 2003 it takes about ten times longer than it should. It appears t
be trying to connect to various servers and times out on three of them which is causing the delay. What I can't work it is why or what is trying to connect to these servers as all the source code is located on the C:\ and any webservices are configured to localhost. I have checked to make sure that all *.csproj files do not have any references pointing to the network. This problem is happening on a XP (sp1) box that used to perform quite well until this problem started on Monday. If I disable the network connection the performance of the compile picks up to what it should be, I also have W2k installed on this machine and if I boot into this instance and compile the same code here it works as it should. Has anyone else experienced this problem and if so do you have any ideas?
be trying to connect to various servers and times out on three of them which is causing the delay. What I can't work it is why or what is trying to connect to these servers as all the source code is located on the C:\ and any webservices are configured to localhost. I have checked to make sure that all *.csproj files do not have any references pointing to the network. This problem is happening on a XP (sp1) box that used to perform quite well until this problem started on Monday. If I disable the network connection the performance of the compile picks up to what it should be, I also have W2k installed on this machine and if I boot into this instance and compile the same code here it works as it should. Has anyone else experienced this problem and if so do you have any ideas?