This happens once a week or so on a program:
Runtime.Error = "CR: Cannot perform member binding on `null' value"
What is the best way to trace the source of the error? The log shows the same, so no information as to the line in the program.
I put try{} catch{} in various places but did not help.
Any suggestions?
Thanks