How to prevent Project ASP.NET Configuration and Team Foundation Server from fighting
        Posted  
        
            by Brian
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Brian
        
        
        
        Published on 2010-04-12T20:07:21Z
        Indexed on 
            2010/04/12
            20:22 UTC
        
        
        Read the original article
        Hit count: 880
        
So, I am using visual studio 2005 (and team explorer 2005) with tfs 2008. I have installed both Visual Studio 2005 SP1 and VS80sp1-KB932544-X86-ENU.exe.
I perform the following steps:
- Select Project->ASP.NET Configuration within Visual Studio 2005.
- Within Visual Studio 2005, attempt to perform either a check-in or a checkout.
The following happens: The local server started by Visual Studio starts closing itself. I suspect it is crashing; the systray icons are not properly disposed of. It then reopens itself. It does this over and over again, maybe once every second or two. The TFS progress meter doesn't even budge, it just sits there. Canceling out of the checkout does not work; it says it is cancelling and does nothing.
Any suggestions?
© Stack Overflow or respective owner