Hallo,
folgendes Problem: War gerade am Projekt bearbeiten - PC stürzt ab mit Bluescreen. Nach Neustart dann Aufruf von ZP mit folgender Fehlermeldung:
System.Xml.XmlException
-----------------
'.', hexidezimaler Wert 0x00, ist ein ungültiges Zeichen. Zeile 1, Position 65526.
-----------------
bei System.Xml.XmlTextReaderImpl.Throw(Exception e)
bei System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
bei System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
bei System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char invChar)
bei System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
bei System.Xml.XmlTextReaderImpl.ParseAttributes()
bei System.Xml.XmlTextReaderImpl.ParseElement()
bei System.Xml.XmlTextReaderImpl.ParseElementContent()
bei System.Xml.XmlTextReaderImpl.Read()
bei System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
bei System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
bei System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
bei System.Xml.XmlDocument.Load(XmlReader reader)
bei System.Xml.XmlDocument.LoadXml(String xml)
bei Zeta.EnterpriseLibrary.Tools.Storage.PersistentXmlFilePairStorage.loadXmlDocumentFromFile(String filePath)
bei Zeta.EnterpriseLibrary.Tools.Storage.PersistentXmlFilePairStorage.load()
bei Zeta.EnterpriseLibrary.Tools.Storage.PersistentXmlFilePairStorage.set_FilePath(FileInfo value)
bei ZetaProducer.RuntimeBusinessLogic.Code.AppHost.Host.InitializeInstance()
bei ZetaProducer.RuntimeMain.Code.AppHost.Host.InitializeInstance()
bei ZetaProducer.Main.Code.AppHost.Host.InitializeInstance()
bei ZetaProducer.Main.Code.AppHost.Host.process()
XmlException
{
LineNumber=1,
LinePosition=65526,
SourceUri="",
Message="\\'.\\', hexidezimaler Wert 0x00, ist ein ungültiges Zeichen. Zeile 1, Position 65526.",
Data=ListDictionaryInternal
{
Count=0,
Keys=NodeKeyValueCollection
{
},
IsReadOnly=False,
IsFixedSize=False,
IsSynchronized=False,
SyncRoot=Object
{
},
Values=NodeKeyValueCollection
{
}
},
InnerException=null,
TargetSite=RuntimeMethodInfo: Throw,
StackTrace=" bei System.Xml.XmlTextReaderImpl.Throw(Exception e)\\r\\n bei System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)\\r\\n bei System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)\\r\\n bei System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char invChar)\\r\\n bei System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)\\r\\n bei System.Xml.XmlTextReaderImpl.ParseAttributes()\\r\\n bei System.Xml.XmlTextReaderImpl.ParseElement()\\r\\n bei System.Xml.XmlTextReaderImpl.ParseElementContent()\\r\\n bei System.Xml.XmlTextReaderImpl.Read()\\r\\n bei System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)\\r\\n bei System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)\\r\\n bei System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)\\r\\n bei System.Xml.XmlDocument.Load(XmlReader reader)\\r\\n bei System.Xml.XmlDocument.LoadXml(String xml)\\r\\n bei Zeta.EnterpriseLibrary.Tools.Storage.PersistentXmlFilePairStorage.loadXmlDocumentFromFile(String filePath)\\r\\n bei Zeta.EnterpriseLibrary.Tools.Storage.PersistentXmlFilePairStorage.load()\\r\\n bei Zeta.EnterpriseLibrary.Tools.Storage.PersistentXmlFilePairStorage.set_FilePath(FileInfo value)\\r\\n bei ZetaProducer.RuntimeBusinessLogic.Code.AppHost.Host.InitializeInstance()\\r\\n bei ZetaProducer.RuntimeMain.Code.AppHost.Host.InitializeInstance()\\r\\n bei ZetaProducer.Main.Code.AppHost.Host.InitializeInstance()\\r\\n bei ZetaProducer.Main.Code.AppHost.Host.process()",
HelpLink=null,
Source="System.Xml"
}
Was ist zu tun? Danke für die wie immer schnelle Hilfe.
VG Ronny