7
Answers

Prolem in method finding

Smart    Lucky

Smart Lucky

13y
1.3k
1
hi

http://www.youtube.com/watch?v=xhYyHxJO1to&feature=relmfu

i
 am seeing this video but in this video he is using roles class method  Adduerotrole but my question is that is this method is built in are this is user define are i am missing namespace can any one help me...?
Answers (7)
0
Sujeet Singh
NA 129 0 7y
this is usually means one of two things:
  1. There is some very unusual code path which, when taken, always causes a crash
  2. A race condition exists between threads in your program. Thus, the crash appears unpredictably and may be difficult to reproduce

My advice to you is to start the program in the debugger, and leave it running until the exception is thrown. Then you can come back here and provide us with the relevant code, stack trace, debug output, etc.