我已经从Windows系统映像管理器为Windows 2016服务器开发了一个特殊文件[unattend.xml]。该文件用于模板的sysprep。
抛出错误信息。以下是错误详情:
Error opening C:\unattend.xml.
System.Xml.XmlException: 'ad' is an undeclared prefix. Line 28, position 4.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node)
at System.Xml.XmlTextReaderImpl.ElementNamespaceLookup()
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XsdValidatingReader.Read()
at Microsoft.ComponentStudio.ComponentPlatformInterface.Serializer.Validate(XmlSchema schema, String filename, ValidateCallBack additionalValidation, Object additionalParameter)
at Microsoft.ComponentStudio.ComponentPlatformInterface.AnswerFile.DoLoad(Boolean useImagePathInAnswerFile)
at Microsoft.ComponentStudio.MainForm.OnFileOpenUnattend(Command command)
有任何帮助来解决这个问题吗?