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
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
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
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
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
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
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