If I have a an app which relies on a .dll which contains my core classes. I have noticed when debugging the main app and it steps into the .dll, the debugger steps through (At my request) blank lines!? Why is this?
Sometimes when I debug an asp.net app and get a ysod, I don't get the name of the file with the bug or line numbers, but I get the ASP.NET/.NET Framework versions. Why is this?
BTW, I made a previous thread about a ysod occuring but after the last line executes in the step through (I put a breakpoint on), the YSOD happens - so I can't find the line by stepping through. This is/was because the faulty code was in a project reference.
Thanks