Tagged Questions

1
vote
1answer
264 views

VS.NET: Source Server support enabled; Cannot retrieve source file from sourceserver

I've set up a symbol-server for one of my current projects. During a nightly build I: build my source apply a label to the sourcefiles that have been used in the build index the pdb files with the ...
1
vote
2answers
974 views

Configuring Visual Studio Source Server / Symbol Store against unsupported Vault SCM app

I am trying to configure our in house development code as a symbol server, with source control file access when debugging in Visual Studio 2008. We can use this on other projects that reference our ...
0
votes
1answer
49 views

Visual Studio (Microsoft ) Symbol server with git

I am trying to set up Microsoft Symbol Server with git. I have searched around and found this https://github.com/joliver/SourceServer-GitExtensions I followed every single step of the ...