System.InvalidOperationException: DragDrop registration did not succeed. ---> System.Threading.ThreadStateException:
What does this except
I found this error, and I see that the one that making it shown is when using another thread calling MessageBox.Show(this, ...), where this is not done initialized.
MessageBox.Show(this, ...)
We need to remove the owner of the message box to remove the error.