This problem started occurring yesterday: I am trying to drag a button onto a form in a Windows Forms application, but when I do this I get a NullReferenceException
(see screenshot here)
When I don't use drag & drop, it works fine.
I'm using Windows 10 1803 together with Visual Studio Community Edition 2017 (version 15.9.14)
Any ideas on what may have caused this? Thanks in advance!