I am trying to drag between two instances of the same application using GongSolutions.Wpf.DragDrop.
When I go down on top of the second application, I get an error message
An exception of type 'System.Runtime.InteropServices.COMException' occurred in PresentationCore.dll but was not handled in user code Invalid tymed (Exception from HRESULT: 0x80040069 (DV_E_TYMED))
The data form that I get from the object is "GongSolutions.Wpf.DragDrop".
Any help is much appreciated!
Miguel
source share