Error Line Numbers
Is there an easy way to display the Line Number of where an error occurred? I'm debugging an application, but I can't run the app in the environment. I build the dll and use the dll in another application. I'm trying to figure out where the error is occurring in the dll without being able to set breakpoints and stepping through the code.
I have tried using CurrentStack.GetFrame(0).GetFileLineNumber, but it always returns a 0.
Any help would be greatly appreciated.
I'd rather be wakeboarding...