Posts by Diego Pereira • 1 point
2 posts
-
-1
votes1
answer607
viewsA: Object reference not defined for an object instance - (objects are not null)
When Threading.Sleep(100); Inside the While loop the problem was solved, for some reason it was generating timeout in the function. while (threadAgent.ThreadState.ToString() != "Stopped" &&…
-
0
votes1
answer607
viewsQ: Object reference not defined for an object instance - (objects are not null)
Good afternoon, I do not understand some concepts and I have great doubt regarding this problem, I did some research to try to identify, but without success. I have this code and is returning error…