I have a .NET (C#) application which crashes upon exiting
its main form with a "DragDrop registration failed"
exception.
All references I have so far been able to find to this
exception suggest that the fix is to place a [STAThread]
attribute on the Main() function of the app. I have
already done this and it does not fix my problem.
Any other ideas? What other things can cause this
exception?