I am a C# newbie having spent a lot of time with Delphi I am switching to .NET. A great package used for exception stack reporting etc. was madExcept from http://madshi.net/madExceptScreenShots.htm.
Is there something equivalent for .NET (C#). What I am after is something that will provide me with a stack trace when an exception occurs. If so, I am assuming I would have to deploy the debug versions of assemblies as that would have the necessary symbol information? Or could I provide a separate debug MAP file instead?
All pointers greatly appreciated.