How to disable annoying popups when using Winforms Designer?

Lately I'm getting a lot of messagebox popups when I'm trying to open a Form or UserControl in Designer mode. It's like any debug log message had it's output set as a messagebox, and I cannot find how to disable it. But it's worse because it's like it's executing the form and even accessing code that is marked to be skipped if it's in design mode.

Annoying popup message

Anybody can help me how to disable this "feature"?

Upvotes: 1

Views: 118

Answers (0)

Related Questions