DragDrop registration did not succeed

前端 未结 9 1719
时光取名叫无心
时光取名叫无心 2021-02-07 08:14

System.InvalidOperationException: DragDrop registration did not succeed. ---> System.Threading.ThreadStateException:

What does this except

9条回答
  •  有刺的猬
    2021-02-07 08:47

    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.

    We need to remove the owner of the message box to remove the error.

提交回复
热议问题