Hello I would just like to ask how to find some parts of code. I just got a new job and I don't know how to navigate through all the code just yet so...
I am debugging some software (the error I get is "Conversion from type string "" to "Integer" is not valid") and I can't find some part of code. The call stack just gives me some data when I hit the error, but I can't find the place where one of the values change from string to integer, or even where the string and integer are both being called. The values are also not defined at the top of the file, because they are all being called from SQL databases and as such this is complete <censored>. So any suggestions, how to handle this?
I am debugging some software (the error I get is "Conversion from type string "" to "Integer" is not valid") and I can't find some part of code. The call stack just gives me some data when I hit the error, but I can't find the place where one of the values change from string to integer, or even where the string and integer are both being called. The values are also not defined at the top of the file, because they are all being called from SQL databases and as such this is complete <censored>. So any suggestions, how to handle this?
Comment