Windows error 0x80040069, -2147221399

Detailed Error Information

DV_E_TYMED[1]

MessageInvalid tymed
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code105 (0x0069)

Questions

8votes
1answer

Gong Drag and Drop between two of the same applications

I'm trying to drag and drop between two instances of the same application using the GongSolutions.Wpf.DragDrop. When I drop on top of the second application I get an error that says An exception of type 'System.Runtime.InteropServices.COMException' occurred in PresentationCore.dll but was not handled in user code Invalid tymed (Exception from [...] read more
wpf
.net-4.0
drag-and-drop
2votes
0answers

Shell Style Drag and Drop object disposal using gdi32.dll DeleteObject

So... I have recently been developing a Winforms C# application in .NET 2.0 that uses the Shell Style drag and drop described in the great tutorial here: http://blogs.msdn.com/b/adamroot/archive/2008/02/19/shell-style-drag-and-drop-in-net-wpf-and-winforms.aspx This was used to give a semi-transparent image of the dragged control during the drag action. However, a secondary functionality is that [...] read more
c#
drag-and-drop
gdi
windows-shell
dispose
0votes
2answers

System.Runtime.InteropServices.COMException when trying to drag and drop between two WPF applications

I have made a WPF application that allows drag and drop of instances of a class I made (FakeNodeViewModel). It works fine when I work with only one instance of my application. But when I use 2 and I try to drag objects from one and drop on the other, [...] read more
c#
wpf
drag-and-drop
0votes
0answers

Clipboard behaves differently in .NET 3.5 and 4.5.2

We have upgraded our application from .NET 2.0 to 4.5.2 and using VS2013. We are facing one issue with Clipboard, everything was working fine with 2.0 in WIN8 also. Now with 4.5.2 clipboard ONLY works fine in WIN7 not in WIN8.1 Our code is as below. DataObject dataObject = new [...] read more
c#
visual-studio-2013

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0