Visual Studio 2010 is messing with my references
        Posted  
        
            by zachary
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by zachary
        
        
        
        Published on 2010-04-30T14:43:50Z
        Indexed on 
            2010/04/30
            14:47 UTC
        
        
        Read the original article
        Hit count: 247
        
visual-studio-2010
I have a dll in the GAC. I browse to this same dll in a different place then referenced in the GAC using the file dialog of add reference.
Visual studio repoints it to the gac location.
Boom my build blows up on the build server that doesn't have this dll in the gac or at that location.
What is the best way to fix this?
© Stack Overflow or respective owner