Dear all, I come to you to see if someone has an idea on how to solve a problem I've come across while doing a migration to ActiveMQ. I'm using ActiveMQ to send notifications within this project (in C#), and after finishing the implementation i found some errors concerning threading problems. ( I know that the solution for that exception is to use the "if this.InvokeRequired.... etc", but my question is:
Is there any way of finding all the methods that require this invoke?
Of course i could check step by step all the events triggered with the notifications, but, apart from the fact that it would take me too much time, it wouldn't solve me future programming errors.
I guess there is a better way to figure out this, but i cannot think of it right now. Have you encountered the problem before?
Thank you very much for your help