dotfuscator StackViewer
Decode stack traces from dotfuscated applications.
Visual Studio comes with Dotfuscator Community Edition - a free tool to obfuscate .NET binaries.
The gotcha is if
a user sends you an exception with stack trace from your dotfuscated application, you need the full version of Dotfuscator to
view it. DFStack is a cheaper option, but it wouldn't work consistently for me, and theres no source code available.
So I wrote my own stack decoder (its free, and you can use the source code)