Next step. This is your code snippet which you say is crashing.
On my line 1 above (while may be different in your code window) please place a break point there, run your code and step the execution. There will be a point in time where the application breaks. You have to watch it. Step it slowly, line by line.
When you step it the line will turn yellow showing that the execution is on that line. Step it again it will move to the next the line. As soon as a line of code throws an exception, execution will stop and an error will show up. When that happens remember where that took place and let me know where it happened.
IsraelPosted Aug 29, 2018, 10:12 AM
James AxsomPosted Aug 27, 2018, 8:43 PM
IsraelPosted Aug 27, 2018, 6:14 PM
James AxsomPosted Aug 27, 2018, 5:40 PM
IsraelPosted Aug 26, 2018, 5:20 PM
Sanwar RanwaPosted Aug 26, 2018, 5:51 AM