Extraction error: Config transforms failing
How do I know I have this issue?
How to check for and resolve the issue
2021-03-05T13:33:12.5380343Z,Handling custom config transforms for live,,0
2021-03-05T13:33:12.5536435Z,Transforming Web.config using Https.Web.live.xdt.config,,0
2021-03-05T13:33:12.7411430Z,Transforming Web.config using Web.live.xdt.config,,0
2021-03-05T13:33:12.8193263Z,Exception while transforming: System.Xml.XmlException: 'xdt' is an undeclared prefix. Line 4, position 18.,,1
2021-03-05T13:33:12.8349115Z, at System.Xml.XmlTextReaderImpl.Throw(Exception e),,1
2021-03-05T13:33:12.8349115Z,An error has occurred applying config transforms,,0
2021-03-05T13:33:12.8505195Z, at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node),,1
2021-03-05T13:33:12.8662176Z, at System.Xml.XmlTextReaderImpl.AttributeNamespaceLookup(),,1
2021-03-05T13:33:12.8818128Z, at System.Xml.XmlTextReaderImpl.ParseAttributes(),,1
2021-03-05T13:33:12.8818128Z, at System.Xml.XmlTextReaderImpl.ParseElement(),,1
2021-03-05T13:33:12.8974033Z, at System.Xml.XmlTextReaderImpl.ParseElementContent(),,1
2021-03-05T13:33:12.9130628Z, at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace),,1
2021-03-05T13:33:12.9130628Z, at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc),,1
2021-03-05T13:33:12.9286554Z, at System.Xml.XmlDocument.Load(XmlReader reader),,1
2021-03-05T13:33:12.9286554Z, at Microsoft.Web.XmlTransform.XmlFileInfoDocument.Load(XmlReader reader),,1
2021-03-05T13:33:12.9443101Z, at System.Xml.XmlDocument.LoadXml(String xml),,1
2021-03-05T13:33:12.9599000Z, at Microsoft.Web.XmlTransform.XmlTransformation..ctor(String transform, Boolean isTransformAFile, IXmlTransformationLogger logger),,1
2021-03-05T13:33:12.9599000Z, at OutcoldSolutions.ConfigTransformationTool.TransformationTask.Execute(String destinationFilePath, Boolean forceParametersTask).,,1
2021-03-05T13:33:12.9911902Z, Exception while transforming: System.Xml.XmlException: 'xdt' is an undeclared prefix. Line 4, position 18.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node)
at System.Xml.XmlTextReaderImpl.AttributeNamespaceLookup()
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlDocument.Load(XmlReader reader)
at Microsoft.Web.XmlTransform.XmlFileInfoDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at Microsoft.Web.XmlTransform.XmlTransformation..ctor(String transform, Boolean isTransformAFile, IXmlTransformationLogger logger)
at OutcoldSolutions.ConfigTransformationTool.TransformationTask.Execute(String destinationFilePath, Boolean forceParametersTask).Last updated
Was this helpful?