Hi,
If we have a user click like crazy on a xamGrid row, we get the following exception:
System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Threading.DispatcherOperation.Invoke()
That's the entirety of the stack. This makes it a little hard to deal with, account for. Any suggestions?
Mike
HI,
I am following up on this thread.
Do you need further assistance.
Sincerely, Matt Developer Support Engineer
HI Mike,
Since the error shows up in System.Windows.Threading, it looks like some sort of race condition.
What does clicking like crazy mean? Is anything on the UI accessed from another thread?
Are you creating a thread each time the row is clicked?
Can you provide a small isolated sample that replicates this issue?