【发布时间】:2014-09-12 08:29:43
【问题描述】:
我正在尝试使用 GongSolutions.Wpf.DragDrop 在同一应用程序的两个实例之间拖放。
当我放在第二个应用程序的顶部时,我收到一个错误,上面写着
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))
我从对象返回的数据格式是“GongSolutions.Wpf.DragDrop”。
非常感谢任何帮助!
【问题讨论】:
标签: wpf .net-4.0 drag-and-drop