it means that the error (the bug) was found when the program was running (in comparison to a compile time error.) the actual error you've described suggests that an object has been used in your program but probably not created (or instantiated as referred to in OO programming.) Best bet is to do a search for that object within your program and search online for specifics of a solution.
No comments:
Post a Comment