I'm trying educate myself, so I'm working on tracking down an error I have on one of my umbraco sites. I downloaded the source and am trying to track down where exactly the error is in the code so I'll know what to fix.
This is a total beginner question, but coming from other languages the stack trace line numbers don't make sense. For example, in visual studio the following method begin on line 294. However it seems to indicate that the exception ocurred on line 54. What's going on here?
Stack trace line numbers
I'm trying educate myself, so I'm working on tracking down an error I have on one of my umbraco sites. I downloaded the source and am trying to track down where exactly the error is in the code so I'll know what to fix.
This is a total beginner question, but coming from other languages the stack trace line numbers don't make sense. For example, in visual studio the following method begin on line 294. However it seems to indicate that the exception ocurred on line 54. What's going on here?
Here's the full stack
is working on a reply...