Tagged Questions
3
votes
1answer
445 views
Visual Studio doesn't cache Microsoft Symbol Server cache misses?
I'm using the Microsoft Symbol Server with Visual Studio 2008 and it's working pretty well. Unfortunately, when the public symbol server doesn't contain the symbols, it takes a while to timeout, and ...
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
4answers
576 views
How can i debug this line of code in Visual Studio?
i have the following line of code in VS2008.
VirtualPathData virtualPathData =
RouteTable.Routes.GetVirtualPath(_viewContext.RequestContext,
"Home",
...