Windows error 0x80040103, -2147221245

Detailed Error Information

DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED[1]

MessageA drag operation is already in progress
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 Code259 (0x0103)

Questions

3votes
1answer

.NET Core EF 2.1 Scaffolding - DatabaseFirst - How to add more tables

I have a clean project solution (intended to be a .NET Core MVC app) I have two prjects - Home.CorePoC.EntityModel and Home.CorePoC.Model I am calling dotnet cli from Home.CorePoC.Model. The idea is that I want partial classes and logical separation from custom attributes and attributes from database. I want to [...] read more
c#
asp.net-core
.net-core
entity-framework-core

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