If I get a stack trace with new StackFrame()or new StackTrace(), I can pass "true" on fNeedFileInfoto get the file and location information. This requires a PDB file.
My question is: how is the CLR looking for a PDB file?
Our end users do not have PDB locally, but they are available on a network share. Is it possible to tell the CLR where they are when it performs a stack trace?
source
share