Problème Driver detective
Utilisateur anonyme
-
Utilisateur anonyme -
Utilisateur anonyme -
Bonjour,
Après avoir scanné les périphériques Driver Detective plante irrémédiablement. Même après désinstallation et réinstallation. Voilà le message d'erreur il semble que ce soit un problème dans le format du message XML :
<?xml version="1.0" encoding="utf-16"?>
<logEntry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<exception>
<exceptionType>System.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</exceptionType>
<exceptionName>InvalidOperationException</exceptionName>
<targetSite>Void Serialize(System.Xml.XmlWriter, System.Object, System.Xml.Serialization.XmlSerializerNamespaces, System.String, System.String)</targetSite>
<source>System.Xml</source>
<message>Erreur lors de la génération du document XML.</message>
<stackTrace> à System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
à System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o)
à DriversHQ.DriverDetective.Common.SerializationBase.ToXML(Object o)
à DriversHQ.DriverDetective.Client.Communication.DriverComm.StartGetDriverUpdates(UserData userData, Guid uuID, Guid registrationKey)</stackTrace>
</exception>
<innerException>
<exceptionType>System.ArgumentException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</exceptionType>
<exceptionName>ArgumentException</exceptionName>
<targetSite>Char* InvalidXmlChar(Int32, Char*, Boolean)</targetSite>
<source>System.Xml</source>
<message>'', valeur hexadécimale 0x02, est un caractère non valide.</message>
<stackTrace> à System.Xml.XmlEncodedRawTextWriter.InvalidXmlChar(Int32 ch, Char* pDst, Boolean entitize)
à System.Xml.XmlEncodedRawTextWriter.WriteElementTextBlock(Char* pSrc, Char* pSrcEnd)
à System.Xml.XmlEncodedRawTextWriter.WriteString(String text)
à System.Xml.XmlWellFormedWriter.WriteString(String text)
à System.Xml.XmlWriter.WriteElementString(String localName, String ns, String value)
à System.Xml.Serialization.XmlSerializationWriter.WriteElementString(String localName, String ns, String value)
à Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterUserData.Write4_BIOS(String n, String ns, BIOS o, Boolean isNullable, Boolean needType)
à Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterUserData.Write9_UserData(String n, String ns, UserData o, Boolean isNullable, Boolean needType)
à Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterUserData.Write10_userData(Object o)</stackTrace>
</innerException>
<eventID>100</eventID>
<fullName>DriversHQ.DriverDetective.ExceptionLogging, Version=0.7.1.12, Culture=neutral, PublicKeyToken=null</fullName>
<applicationVersion>6.5.0.5</applicationVersion>
<threadIdentity>PC-de-Papou\New Arthur</threadIdentity>
<windowsIdentity>PC-de-Papou\New Arthur</windowsIdentity>
<timeStamp>2010-04-01T11:39:25.0121798Z</timeStamp>
<machineOS>Microsoft Windows NT 6.0.6002 Service Pack 2-8</machineOS>
<machineName>PC-DE-PAPOU</machineName>
<appDomainName>DriverWhiz.exe</appDomainName>
</logEntry>
Il semble que ce soit un problème lié à MSXML 4.0 SP2... quelqu'un aurait-il une solution?
Après avoir scanné les périphériques Driver Detective plante irrémédiablement. Même après désinstallation et réinstallation. Voilà le message d'erreur il semble que ce soit un problème dans le format du message XML :
<?xml version="1.0" encoding="utf-16"?>
<logEntry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<exception>
<exceptionType>System.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</exceptionType>
<exceptionName>InvalidOperationException</exceptionName>
<targetSite>Void Serialize(System.Xml.XmlWriter, System.Object, System.Xml.Serialization.XmlSerializerNamespaces, System.String, System.String)</targetSite>
<source>System.Xml</source>
<message>Erreur lors de la génération du document XML.</message>
<stackTrace> à System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
à System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o)
à DriversHQ.DriverDetective.Common.SerializationBase.ToXML(Object o)
à DriversHQ.DriverDetective.Client.Communication.DriverComm.StartGetDriverUpdates(UserData userData, Guid uuID, Guid registrationKey)</stackTrace>
</exception>
<innerException>
<exceptionType>System.ArgumentException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</exceptionType>
<exceptionName>ArgumentException</exceptionName>
<targetSite>Char* InvalidXmlChar(Int32, Char*, Boolean)</targetSite>
<source>System.Xml</source>
<message>'', valeur hexadécimale 0x02, est un caractère non valide.</message>
<stackTrace> à System.Xml.XmlEncodedRawTextWriter.InvalidXmlChar(Int32 ch, Char* pDst, Boolean entitize)
à System.Xml.XmlEncodedRawTextWriter.WriteElementTextBlock(Char* pSrc, Char* pSrcEnd)
à System.Xml.XmlEncodedRawTextWriter.WriteString(String text)
à System.Xml.XmlWellFormedWriter.WriteString(String text)
à System.Xml.XmlWriter.WriteElementString(String localName, String ns, String value)
à System.Xml.Serialization.XmlSerializationWriter.WriteElementString(String localName, String ns, String value)
à Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterUserData.Write4_BIOS(String n, String ns, BIOS o, Boolean isNullable, Boolean needType)
à Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterUserData.Write9_UserData(String n, String ns, UserData o, Boolean isNullable, Boolean needType)
à Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterUserData.Write10_userData(Object o)</stackTrace>
</innerException>
<eventID>100</eventID>
<fullName>DriversHQ.DriverDetective.ExceptionLogging, Version=0.7.1.12, Culture=neutral, PublicKeyToken=null</fullName>
<applicationVersion>6.5.0.5</applicationVersion>
<threadIdentity>PC-de-Papou\New Arthur</threadIdentity>
<windowsIdentity>PC-de-Papou\New Arthur</windowsIdentity>
<timeStamp>2010-04-01T11:39:25.0121798Z</timeStamp>
<machineOS>Microsoft Windows NT 6.0.6002 Service Pack 2-8</machineOS>
<machineName>PC-DE-PAPOU</machineName>
<appDomainName>DriverWhiz.exe</appDomainName>
</logEntry>
Il semble que ce soit un problème lié à MSXML 4.0 SP2... quelqu'un aurait-il une solution?
A voir également:
- Problème Driver detective
- Realtek audio driver - Télécharger - Pilotes & Matériel
- Driver canon lbp 2900 - Télécharger - Pilotes & Matériel
- Tous les driver - Télécharger - Pilotes & Matériel
- Double driver - Télécharger - Pilotes & Matériel
- Driver cloud - Télécharger - Pilotes & Matériel
2 réponses
bonjour
si c'est lié a ce que tu dis, essaye de le reinstaller : http://www.microsoft.com/downloads/details.aspx?familyid=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&displaylang=fr
mais globalement, driver detectives n'est pas terrible, je te conseil plus : https://www.commentcamarche.net/telecharger/utilitaires/8135-drivermax/
ou touslesdrivers.com
si c'est lié a ce que tu dis, essaye de le reinstaller : http://www.microsoft.com/downloads/details.aspx?familyid=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&displaylang=fr
mais globalement, driver detectives n'est pas terrible, je te conseil plus : https://www.commentcamarche.net/telecharger/utilitaires/8135-drivermax/
ou touslesdrivers.com