Windows error 0x80131940, -2146232000

Detailed Error Information

COR_E_Xml[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 Code6464 (0x1940)

Questions

2votes
3answers

Failed to remove package protection with error 0x80131940

I'm trying to open a password protected package in SQL Server BIDs and I keep getting the following error message each time I pu in the correct password: Failed to remove package protection with error 0x80131940 "(null)" This occurs in the CPaqckage::LoadFromXML method. Any Ideas? read more
sql-server
visual-studio
2votes
4answers

DEP0600: Deployment failed. XmlException - '.', hexadecimal value 0x00, is an invalid character

MS VS2017. Microsoft Visual Studio 2017. DEP0600: Deployment failed. XmlException - '.', hexadecimal value 0x00, is an invalid character. Edit Begin * Solution may be near. Please hold on suggestions for one day. In response to the comment below. I have renamed original VS2017 Projects Folder as an archive. MSVS2017 [...] read more
deployment
uwp
visual-studio-2017
2votes
2answers

Visual Studio 2017 project needs to be deployed before it can be started

I'm trying to run my UWP app on my local machine and all was going well until Windows crashed. After that I started getting the error message: > The Project ### needs to be deployed before it can be started Here is the screenshot: enter image description here [https://i.stack.imgur.com/er96G.png] I [...] read more
c#
deployment
visual-studio-2017
2votes
1answer

']]>' is not allowed in character data within ssis script task

I have a SSIS Script task that I am using inVS 2012 Integrated shell (SSDT-BI development) and I am running into an odd error. Basically, my code kept crashing VS when I closed the Script Task editor. It prompted me with the error: > "Failure saving package. ']]>' is not [...] read more
c#
sql-server
visual-studio
ssis
1vote
0answers

System.Xml.XmlException DTD is prohibited in this XML document Exception

I am trying to do SSO through ADFS while passing the URL through IDpSsoDescriptor. Issue I am facing: > System.Xml.XmlException HResult=0x80131940 Message=For security reasons DTD is > prohibited in this XML document. To enable DTD processing set the > DtdProcessing property on XmlReaderSettings to Parse and pass the settings > [...] read more
c#
asp.net
asp.net-mvc
asp.net-web-api2
1vote
1answer

XML attachment decoded to MemoryStream doesn't work

My app reads attachments for Gmail. Attachments are kind of XML files (particularly .tcx). When I Decode them to MemoryStream I get an error on XDocument.Load(stream): System.Xml.XmlException HResult=0x80131940 Message=Root element is missing. Source=System.Private.Xml StackTrace: at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options) at System.Xml.Linq.XDocument.Load(Stream stream, LoadOptions [...] read more
c#
mailkit
0votes
1answer

SQL Server 2012 repair/installation fails

We have a Windows 2012 R2 server and want to run MS SQL Server 2012. It seems like someone attempted installation a while back but it is not installed properly since SQL Server does not show under All Programs. We tried to repair or uninstall the existing one and to [...] read more
installation
sql-server
sql-server-2008-r2

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