Windows error 0x8013192A, -2146232022

Detailed Error Information

COR_E_DataConstraint[1]

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code6442 (0x192a)

Questions

1vote
1answer

Dataset XML Reading Failed to enable constraint in c#

I have a dataset which was created using integrated VisualStudio designer with proper tables, fields and relations. enter image description here [https://i.stack.imgur.com/K7Dwe.jpg] However I want to query for the events that are within a specific date, When I try to read the xml file this.localDB1.ReadXml($"C:\\Users\\Mike\\source\\repos\\evnt\\evnt\\bin\\Debug\\user.xml"); when I use that code [...] read more
c#
xml
dataset

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0