��<?xml version="1.0" encoding="utf-16"?> <?xml-stylesheet type="text/xsl" href="#stylesheet"?> <activity> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" id="stylesheet" xml:id="stylesheet"> <xsl:output method="html" encoding="utf-16"/> <!-- Don't reprint text nodes within the xsl:stylesheet node --> <xsl:template match="text()"/> <xsl:template match="activity"> <head> <title>Activity Monitor Log</title> <style type="text/css"> body{ text-align: left; width: 100%; font-family: Verdana, sans-serif; } table{ border: none; border-collapse: separate; width: 100%; } tr.title td{ font-size: 24px; font-weight: bold; } th{ background: #d0d0d0; font-weight: bold; font-size: 10pt; text-align: left; } tr{ background: #eeeeee} td, th{ font-size: 8pt; padding: 1px; border: none; } tr.info td{} tr.warning td{background-color:yellow;color:black} tr.error td{background-color:red;color:black} span {text-decoration:underline} a:hover{text-transform:uppercase;color: #9090F0;} </style> </head> <body> <table> <tr class="title"> <td colspan="7">Activity Monitor Log</td> </tr> <tr> <td colspan="2">infos</td> <td colspan="5"> <xsl:value-of select="count(entry[type='Information'])"/> </td> </tr> <tr> <td colspan="2">warnings</td> <td colspan="5"> <xsl:value-of select="count(entry[type='Warning'])"/> </td> </tr> <tr> <td colspan="2">errors</td> <td colspan="5"> <xsl:value-of select="count(entry[type='Error'])"/> </td> </tr> <tr> <th width="20">#</th> <th width="50">Type</th> <th>Description</th> <th width="280">GUID</th> <th>Hr</th> <th>Source</th> <th>Time (UTC)</th> </tr> <xsl:apply-templates/> </table> </body> </xsl:template> <xsl:template match="entry"> <!-- example <entry> <record>136</record> <time>2004/02/26 00:42:59.706</time> <type>Error</type> <source>Microsoft Visual Studio</source> <description>Loading UI library</description> <guid>{00000000-0000-0000-0000-000000000000}</guid> <hr>800a006f</hr> <path></path> </entry> --> <xsl:choose> <xsl:when test="type='Information'"> <tr id="info" class="info"> <td> <xsl:value-of select="record"/> </td> <td></td> <xsl:call-template name="row"/> </tr> </xsl:when> <xsl:when test="type='Warning'"> <tr id="warning" class="warning"> <td> <xsl:value-of select="record"/> </td> <td>Warning</td> <xsl:call-template name="row"/> </tr> </xsl:when> <xsl:when test="type='Error'"> <tr id="error" class="error"> <td> <xsl:value-of select="record"/> </td> <td>ERROR</td> <xsl:call-template name="row"/> </tr> </xsl:when> </xsl:choose> </xsl:template> <xsl:template name="row"> <td id="description"> <xsl:value-of select="description"/> <xsl:if test="path"> <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<xsl:value-of select="path"/> </xsl:if> </td> <td id="guid"> <xsl:value-of select="guid"/> </td> <td id="hr"> <xsl:value-of select="hr"/> </td> <td> <xsl:value-of select="source"/> </td> <td> <xsl:value-of select="time"/> </td> </xsl:template> </xsl:stylesheet> <entry> <record>1</record> <time>2022/04/20 22:48:38.085</time> <type>Information</type> <source>VisualStudio</source> <description>Microsoft Visual Studio 2022 version: 17.0.32419.262</description> </entry> <entry> <record>2</record> <time>2022/04/20 22:48:38.085</time> <type>Information</type> <source>VisualStudio</source> <description>Log ID</description> <guid>{CDD605E1-BE4A-4F9E-BA86-450BA36F8D46}</guid> </entry> <entry> <record>3</record> <time>2022/04/20 22:48:38.085</time> <type>Information</type> <source>VisualStudio</source> <description>Running in isolation mode.</description> </entry> <entry> <record>4</record> <time>2022/04/20 22:48:38.089</time> <type>Information</type> <source>VisualStudio</source> <description>Looking for master PkgDef file</description> <path>C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\master.pkgdef</path> </entry> <entry> <record>5</record> <time>2022/04/20 22:48:38.090</time> <type>Information</type> <source>VisualStudio</source> <description>Creating PkgDefCacheNonVolatile</description> </entry> <entry> <record>6</record> <time>2022/04/20 22:48:38.090</time> <type>Information</type> <source>VisualStudio</source> <description>PkgDefCache flags</description> <hr>00013801</hr> </entry> <entry> <record>7</record> <time>2022/04/20 22:48:38.090</time> <type>Information</type> <source>VisualStudio</source> <description>Double-checking master pkgdef file</description> </entry> <entry> <record>8</record> <time>2022/04/20 22:48:38.090</time> <type>Information</type> <source>VisualStudio</source> <description>PkgDefManagement initialized</description> </entry> <entry> <record>9</record> <time>2022/04/20 22:48:38.090</time> <type>Information</type> <source>VisualStudio</source> <description>RootFolder</description> <path>C:\Program Files\Microsoft Visual Studio\2022\Preview\</path> </entry> <entry> <record>10</record> <time>2022/04/20 22:48:38.090</time> <type>Information</type> <source>VisualStudio</source> <description>ShellFolder</description> <path>C:\Program Files\Microsoft Visual Studio\2022\Preview\</path> </entry> <entry> <record>712</record> <time>2022/04/20 22:48:39.387</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\CHROMEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>713</record> <time>2022/04/20 22:48:39.388</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\CHROMEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>714</record> <time>2022/04/20 22:48:39.388</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\CHROMEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>715</record> <time>2022/04/20 22:48:39.390</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\CHROMEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>716</record> <time>2022/04/20 22:48:39.391</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\CHROMEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>717</record> <time>2022/04/20 22:48:39.391</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\CHROMEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>719</record> <time>2022/04/20 22:48:39.392</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\EDGEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>720</record> <time>2022/04/20 22:48:39.393</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\EDGEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>721</record> <time>2022/04/20 22:48:39.394</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\EDGEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>722</record> <time>2022/04/20 22:48:39.395</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\EDGEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>723</record> <time>2022/04/20 22:48:39.395</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\EDGEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>724</record> <time>2022/04/20 22:48:39.396</time> <type>Error</type> <source>Extension Manager</source> <description>Unable to load extension at: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\PREVIEW\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\WEBCLIENT\DIAGNOSTICS\EDGEDEBUGADAPTER\. Exception text: Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. ---&gt; System.InvalidOperationException: There is an error in XML document (12, 5). ---&gt; System.Xml.Schema.XmlSchemaValidationException: The element &apos;Identifier&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos; has incomplete content. List of possible elements expected: &apos;SupportedProducts&apos; in namespace &apos;http://schemas.microsoft.com/developer/vsx-schema/2010&apos;.&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(ValidationEventHandler eventHandler, Object sender, XmlSchemaValidationException e, XmlSeverityType severity)&#x000D;&#x000A; at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue)&#x000D;&#x000A; at System.Xml.XsdValidatingReader.ProcessEndElementEvent()&#x000D;&#x000A; at System.Xml.XsdValidatingReader.Read()&#x000D;&#x000A; at System.Xml.XmlReader.ReadElementString()&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read5_VsixIdentifier(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read12_Vsix(Boolean isNullable, Boolean checkType)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.XmlSerializationReaderVsix.Read13_Vsix()&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadVSIXManifest(XmlReader xmlReader)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; --- End of inner exception stack trace ---&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl..ctor(String path)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.InstalledExtensionImpl..ctor(String vsixManifestPath, IEngineHost engineHost, Boolean installedPerMachine, CultureInfo preferredCulture, IList`1 extensionPackVsixIds, IList`1 packageGuids)&#x000D;&#x000A; at Microsoft.VisualStudio.ExtensionManager.ScanModule.TryLoadExtension(ExtensionLocations location, String fullPath, String normalizedPath, InstalledExtensionImpl&amp; installedExtension, Int32 retryCount, Int32 retryDelay, Int32 attempts).</description> </entry> <entry> <record>991</record> <time>2022/04/20 22:49:02.921</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Microsoft.VisualStudio.PlatformUI.InfoBadgePackage]</description> <guid>{33EE6583-8B97-4F6A-8B2A-6B14007FA249}</guid> </entry> <entry> <record>992</record> <time>2022/04/20 22:49:02.922</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Microsoft.VisualStudio.PlatformUI.InfoBadgePackage]</description> <guid>{33EE6583-8B97-4F6A-8B2A-6B14007FA249}</guid> </entry> <entry> <record>993</record> <time>2022/04/20 22:49:02.925</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [LiveUnitTestingPackage]</description> <guid>{3EADAB3E-2035-4513-8C13-FBA84414A16C}</guid> </entry> <entry> <record>994</record> <time>2022/04/20 22:49:02.939</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Microsoft.VisualStudio.Shell.Connected.UserInformation.UserInformationPackage]</description> <guid>{5E80A5A1-B722-4727-9015-148AAB6310B0}</guid> </entry> <entry> <record>995</record> <time>2022/04/20 22:49:02.940</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Microsoft.VisualStudio.Shell.Connected.UserInformation.UserInformationPackage]</description> <guid>{5E80A5A1-B722-4727-9015-148AAB6310B0}</guid> </entry> <entry> <record>996</record> <time>2022/04/20 22:49:02.943</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [SearchPackage]</description> <guid>{E3DD8DCD-EB2A-4ECE-A282-661E1EFA6335}</guid> </entry> <entry> <record>997</record> <time>2022/04/20 22:49:02.943</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [SearchPackage]</description> <guid>{E3DD8DCD-EB2A-4ECE-A282-661E1EFA6335}</guid> </entry> <entry> <record>998</record> <time>2022/04/20 22:49:03.032</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Microsoft.VisualStudio.Feedback.FeedbackPackage]</description> <guid>{B22490B8-AA51-43B1-97EE-509A33B681F3}</guid> </entry> <entry> <record>999</record> <time>2022/04/20 22:49:03.036</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Microsoft.VisualStudio.Feedback.FeedbackPackage]</description> <guid>{B22490B8-AA51-43B1-97EE-509A33B681F3}</guid> </entry> <entry> <record>1000</record> <time>2022/04/20 22:49:03.300</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [SourceExplorerPackage]</description> <guid>{44692DA9-C6F8-415B-9AAE-924DD592DC7F}</guid> </entry> <entry> <record>1001</record> <time>2022/04/20 22:49:04.104</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [NuGetPackage]</description> <guid>{5FCC8577-4FEB-4D04-AD72-D6C629B083CC}</guid> </entry> <entry> <record>1002</record> <time>2022/04/20 22:49:06.506</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Starting update</description> </entry> <entry> <record>1003</record> <time>2022/04/20 22:49:06.506</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Cleaning cache directory</description> </entry> <entry> <record>1004</record> <time>2022/04/20 22:49:06.506</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Local database file exists. Patching local database</description> </entry> <entry> <record>1005</record> <time>2022/04/20 22:49:06.509</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Patching local database</description> </entry> <entry> <record>1006</record> <time>2022/04/20 22:49:06.509</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Reading in local database</description> </entry> <entry> <record>1007</record> <time>2022/04/20 22:49:06.516</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Reading in local database completed. databaseBytes.Length=10632245</description> </entry> <entry> <record>1008</record> <time>2022/04/20 22:49:06.528</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Creating database from bytes</description> </entry> <entry> <record>1009</record> <time>2022/04/20 22:49:06.528</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [SourceExplorerPackage]</description> <guid>{44692DA9-C6F8-415B-9AAE-924DD592DC7F}</guid> </entry> <entry> <record>1010</record> <time>2022/04/20 22:49:06.592</time> <type>Information</type> <source>GithubSSO</source> <description>Successfully hydrated github account Dustin Campbell(https://github.com/116161) from system credential store.</description> </entry> <entry> <record>1011</record> <time>2022/04/20 22:49:06.592</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [FileSystem Package]</description> <guid>{AC2BF811-80A4-4FA9-A405-21EC39316782}</guid> </entry> <entry> <record>1012</record> <time>2022/04/20 22:49:06.597</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [LiveUnitTestingPackage]</description> <guid>{3EADAB3E-2035-4513-8C13-FBA84414A16C}</guid> </entry> <entry> <record>1013</record> <time>2022/04/20 22:49:06.602</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [NuGetPackage]</description> <guid>{5FCC8577-4FEB-4D04-AD72-D6C629B083CC}</guid> </entry> <entry> <record>1014</record> <time>2022/04/20 22:49:06.737</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [FileSystem Package]</description> <guid>{AC2BF811-80A4-4FA9-A405-21EC39316782}</guid> </entry> <entry> <record>1015</record> <time>2022/04/20 22:49:06.758</time> <type>Information</type> <source>VisualStudio</source> <description>Entering function LoadDTETypeLib</description> </entry> <entry> <record>1016</record> <time>2022/04/20 22:49:06.759</time> <type>Information</type> <source>VisualStudio</source> <description>Leaving function LoadDTETypeLib</description> </entry> <entry> <record>1017</record> <time>2022/04/20 22:49:06.759</time> <type>Information</type> <source>VisualStudio</source> <description>Entering function LoadDTETypeLib</description> </entry> <entry> <record>1018</record> <time>2022/04/20 22:49:06.759</time> <type>Information</type> <source>VisualStudio</source> <description>Leaving function LoadDTETypeLib</description> </entry> <entry> <record>1019</record> <time>2022/04/20 22:49:07.278</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [ConnectedServicesPackage]</description> <guid>{8E15F3DA-B303-4AF9-814A-1DC5C2583398}</guid> </entry> <entry> <record>1020</record> <time>2022/04/20 22:49:07.278</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Creating database from bytes completed</description> </entry> <entry> <record>1021</record> <time>2022/04/20 22:49:07.279</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Downloading and processing patch file: Elfie_V1/20210602_Patch.xml</description> </entry> <entry> <record>1022</record> <time>2022/04/20 22:49:07.280</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Creating download client: Elfie_V1/20210602_Patch.xml</description> </entry> <entry> <record>1023</record> <time>2022/04/20 22:49:07.284</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Creating download client completed</description> </entry> <entry> <record>1024</record> <time>2022/04/20 22:49:07.288</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Read file from client</description> </entry> <entry> <record>1025</record> <time>2022/04/20 22:49:07.315</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [ConnectedServicesPackage]</description> <guid>{8E15F3DA-B303-4AF9-814A-1DC5C2583398}</guid> </entry> <entry> <record>1026</record> <time>2022/04/20 22:49:07.917</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [RestoreManagerPackage]</description> <guid>{2B52AC92-4551-426D-BD34-C6D7D9FDD1C5}</guid> </entry> <entry> <record>1027</record> <time>2022/04/20 22:49:07.920</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Read file completed. Client returned data</description> </entry> <entry> <record>1028</record> <time>2022/04/20 22:49:07.921</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Converting data to XElement</description> </entry> <entry> <record>1029</record> <time>2022/04/20 22:49:07.923</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Converting data to XElement completed</description> </entry> <entry> <record>1030</record> <time>2022/04/20 22:49:07.947</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Processing patch element</description> </entry> <entry> <record>1031</record> <time>2022/04/20 22:49:07.959</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [DockerLanguageServicePackage]</description> <guid>{7158A7D4-ACBB-446E-B9A9-5D59E1F1C8CC}</guid> </entry> <entry> <record>1032</record> <time>2022/04/20 22:49:07.966</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [DockerLanguageServicePackage]</description> <guid>{7158A7D4-ACBB-446E-B9A9-5D59E1F1C8CC}</guid> </entry> <entry> <record>1033</record> <time>2022/04/20 22:49:07.967</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [RazorPackage]</description> <guid>{13B72F58-279E-49E0-A56D-296BE02F0805}</guid> </entry> <entry> <record>1034</record> <time>2022/04/20 22:49:07.980</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [RazorPackage]</description> <guid>{13B72F58-279E-49E0-A56D-296BE02F0805}</guid> </entry> <entry> <record>1035</record> <time>2022/04/20 22:49:08.007</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [SQL Language Services Package]</description> <guid>{ED19932F-5443-4587-A005-1CB9158B2F64}</guid> </entry> <entry> <record>1036</record> <time>2022/04/20 22:49:08.354</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [SQL Language Services Package]</description> <guid>{ED19932F-5443-4587-A005-1CB9158B2F64}</guid> </entry> <entry> <record>1037</record> <time>2022/04/20 22:49:08.416</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [XamlLanguagePackage]</description> <guid>{2EF1EC52-C8BF-4FE0-8ECE-BA9C0D5D1603}</guid> </entry> <entry> <record>1038</record> <time>2022/04/20 22:49:08.442</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [XamlDesignerPackage]</description> <guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid> </entry> <entry> <record>1039</record> <time>2022/04/20 22:49:08.465</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [XamlDesignerPackage]</description> <guid>{512BE089-83EC-4CC6-8483-CF16565AE209}</guid> </entry> <entry> <record>1040</record> <time>2022/04/20 22:49:08.466</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [XamlLanguagePackage]</description> <guid>{2EF1EC52-C8BF-4FE0-8ECE-BA9C0D5D1603}</guid> </entry> <entry> <record>1041</record> <time>2022/04/20 22:49:08.467</time> <type>Warning</type> <source>XamlLanguagePackage</source> <description>About to block on async service creation because the service was requested via GetService. This has the potential to deadlock. Async initializing services should be retrieved via GetServiceAsync.</description> </entry> <entry> <record>1042</record> <time>2022/04/20 22:49:08.467</time> <type>Warning</type> <source>XamlLanguagePackage</source> <description>About to block on async service creation because the service was requested via GetService. This has the potential to deadlock. Async initializing services should be retrieved via GetServiceAsync.</description> </entry> <entry> <record>1043</record> <time>2022/04/20 22:49:08.474</time> <type>Warning</type> <source>XamlLanguagePackage</source> <description>About to block on async service creation because the service was requested via GetService. This has the potential to deadlock. Async initializing services should be retrieved via GetServiceAsync.</description> </entry> <entry> <record>1044</record> <time>2022/04/20 22:49:08.475</time> <type>Warning</type> <source>XamlLanguagePackage</source> <description>About to block on async service creation because the service was requested via GetService. This has the potential to deadlock. Async initializing services should be retrieved via GetServiceAsync.</description> </entry> <entry> <record>1045</record> <time>2022/04/20 22:49:08.477</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Undo Package]</description> <guid>{1D76B2E0-F11B-11D2-AFC3-00105A9991EF}</guid> </entry> <entry> <record>1046</record> <time>2022/04/20 22:49:08.477</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Undo Package]</description> <guid>{1D76B2E0-F11B-11D2-AFC3-00105A9991EF}</guid> </entry> <entry> <record>1047</record> <time>2022/04/20 22:49:08.478</time> <type>Warning</type> <source>XamlLanguagePackage</source> <description>About to block on async service creation because the service was requested via GetService. This has the potential to deadlock. Async initializing services should be retrieved via GetServiceAsync.</description> </entry> <entry> <record>1048</record> <time>2022/04/20 22:49:08.491</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Visual Studio XML Editor Package]</description> <guid>{87569308-4813-40A0-9CD0-D7A30838CA3F}</guid> </entry> <entry> <record>1049</record> <time>2022/04/20 22:49:08.505</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Visual Studio XML Editor Package]</description> <guid>{87569308-4813-40A0-9CD0-D7A30838CA3F}</guid> </entry> <entry> <record>1050</record> <time>2022/04/20 22:49:08.514</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage]</description> <guid>{A9405AE6-9AC6-4F0E-A03F-7AFE45F6FCB7}</guid> </entry> <entry> <record>1051</record> <time>2022/04/20 22:49:08.649</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Microsoft.VisualStudio.TestTools.Tips.TuipPackage.TuipPackage]</description> <guid>{52CBD135-1F97-2580-011F-C7CD052E44DE}</guid> </entry> <entry> <record>1052</record> <time>2022/04/20 22:49:08.678</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Microsoft.VisualStudio.TestTools.Tips.TuipPackage.TuipPackage]</description> <guid>{52CBD135-1F97-2580-011F-C7CD052E44DE}</guid> </entry> <entry> <record>1053</record> <time>2022/04/20 22:49:08.685</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage]</description> <guid>{A9405AE6-9AC6-4F0E-A03F-7AFE45F6FCB7}</guid> </entry> <entry> <record>1054</record> <time>2022/04/20 22:49:08.706</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Visual Database Tools Package]</description> <guid>{220A4C17-7E7C-4663-BBCC-5E607C6543CD}</guid> </entry> <entry> <record>1055</record> <time>2022/04/20 22:49:08.706</time> <type>Information</type> <source>VisualStudio</source> <description>Loading UI library</description> <guid>{220A4C17-7E7C-4663-BBCC-5E607C6543CD}</guid> <path>C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Tools\VDT\*\vdt80pui.dll</path> </entry> <entry> <record>1056</record> <time>2022/04/20 22:49:08.706</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Visual Database Tools Package]</description> <guid>{220A4C17-7E7C-4663-BBCC-5E607C6543CD}</guid> </entry> <entry> <record>1057</record> <time>2022/04/20 22:49:08.707</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [SqlStudio Editor Package]</description> <guid>{FEF13793-C947-4FB1-B864-C9F0BE9D9CF6}</guid> </entry> <entry> <record>1058</record> <time>2022/04/20 22:49:08.762</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [SqlStudio Editor Package]</description> <guid>{FEF13793-C947-4FB1-B864-C9F0BE9D9CF6}</guid> </entry> <entry> <record>1059</record> <time>2022/04/20 22:49:08.902</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [SqlStudio Debugger Package]</description> <guid>{9A62B3CA-5BDF-47CB-A406-3CEB946F1DDF}</guid> </entry> <entry> <record>1060</record> <time>2022/04/20 22:49:08.933</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [SqlStudio Debugger Package]</description> <guid>{9A62B3CA-5BDF-47CB-A406-3CEB946F1DDF}</guid> </entry> <entry> <record>1061</record> <time>2022/04/20 22:49:08.951</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Local version is up to date</description> </entry> <entry> <record>1062</record> <time>2022/04/20 22:49:08.958</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Processing patch element completed. Update again in 1.00:00:00</description> </entry> <entry> <record>1063</record> <time>2022/04/20 22:49:08.970</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Downloading and processing patch file completed</description> </entry> <entry> <record>1064</record> <time>2022/04/20 22:49:08.994</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Patching local database completed</description> </entry> <entry> <record>1065</record> <time>2022/04/20 22:49:09.010</time> <type>Information</type> <source>RoslynNuGetSearch</source> <description>Waiting 1.00:00:00 until next update</description> </entry> <entry> <record>1066</record> <time>2022/04/20 22:49:09.198</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [RestoreManagerPackage]</description> <guid>{2B52AC92-4551-426D-BD34-C6D7D9FDD1C5}</guid> </entry> <entry> <record>1067</record> <time>2022/04/20 22:49:09.211</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [File Enumeration Service]</description> <guid>{ED8075A9-3E0C-45B3-83EE-C14B43BC3787}</guid> </entry> <entry> <record>1068</record> <time>2022/04/20 22:49:09.214</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [File Enumeration Service]</description> <guid>{ED8075A9-3E0C-45B3-83EE-C14B43BC3787}</guid> </entry> <entry> <record>1069</record> <time>2022/04/20 22:49:09.217</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Tab Designer Launcher]</description> <guid>{B4E787A4-A9FC-4579-945E-D71AFEC4DD90}</guid> </entry> <entry> <record>1070</record> <time>2022/04/20 22:49:09.217</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Tab Designer Launcher]</description> <guid>{B4E787A4-A9FC-4579-945E-D71AFEC4DD90}</guid> </entry> <entry> <record>1071</record> <time>2022/04/20 22:49:09.219</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [IntelliCodePackage]</description> <guid>{237BDE42-2754-4B15-ADBD-0B6CECE84300}</guid> </entry> <entry> <record>1072</record> <time>2022/04/20 22:49:09.242</time> <type>Information</type> <source>Microsoft.VisualStudio.IntelliCode</source> <description>Loading IntelliCode extension version 2.2.2145.12210</description> </entry> <entry> <record>1073</record> <time>2022/04/20 22:49:09.257</time> <type>Information</type> <source>VisualStudio</source> <description>Entering function LoadDTETypeLib</description> </entry> <entry> <record>1074</record> <time>2022/04/20 22:49:09.258</time> <type>Information</type> <source>VisualStudio</source> <description>Leaving function LoadDTETypeLib</description> </entry> <entry> <record>1075</record> <time>2022/04/20 22:49:09.263</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [IntelliCodePackage]</description> <guid>{237BDE42-2754-4B15-ADBD-0B6CECE84300}</guid> </entry> <entry> <record>1076</record> <time>2022/04/20 22:49:09.264</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [GitCollaborationPackage]</description> <guid>{6AC6A637-874E-4829-9AA0-B0CF5C41C735}</guid> </entry> <entry> <record>1077</record> <time>2022/04/20 22:49:09.294</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [GitCollaborationPackage]</description> <guid>{6AC6A637-874E-4829-9AA0-B0CF5C41C735}</guid> </entry> <entry> <record>1078</record> <time>2022/04/20 22:49:09.296</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [FileIndicatorPackage]</description> <guid>{480D29DF-2B3D-445F-B055-FE2C74913A83}</guid> </entry> <entry> <record>1079</record> <time>2022/04/20 22:49:09.316</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [FileIndicatorPackage]</description> <guid>{480D29DF-2B3D-445F-B055-FE2C74913A83}</guid> </entry> <entry> <record>1080</record> <time>2022/04/20 22:49:09.318</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [PythiaPackage]</description> <guid>{B708BBDB-B892-4E40-B1A4-24E3D62AAD2C}</guid> </entry> <entry> <record>1081</record> <time>2022/04/20 22:49:09.326</time> <type>Information</type> <source>Microsoft.VisualStudio.IntelliCode.CSharp</source> <description>C# IntelliCode Completions version 1.100.22.21101.</description> </entry> <entry> <record>1082</record> <time>2022/04/20 22:49:09.327</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [PythiaPackage]</description> <guid>{B708BBDB-B892-4E40-B1A4-24E3D62AAD2C}</guid> </entry> <entry> <record>1083</record> <time>2022/04/20 22:49:09.330</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [IntelliCodeSuggestionToolWindowPackage]</description> <guid>{AD257DB7-4B2A-4014-854C-710DF52FB056}</guid> </entry> <entry> <record>1084</record> <time>2022/04/20 22:49:09.332</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [IntelliCodeSuggestionToolWindowPackage]</description> <guid>{AD257DB7-4B2A-4014-854C-710DF52FB056}</guid> </entry> <entry> <record>1085</record> <time>2022/04/20 22:51:58.516</time> <type>Error</type> <source>Editor or Editor Extension</source> <description>System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))&#x000D;&#x000A; at Microsoft.VisualStudio.OLE.Interop.IOleUndoManager.UndoTo(IOleUndoUnit pUU)&#x000D;&#x000A; at Microsoft.VisualStudio.LanguageServices.Implementation.InlineRename.VisualStudioInlineRenameUndoManagerServiceFactory.InlineRenameUndoManager.UndoTemporaryEdits(ITextBuffer subjectBuffer, Boolean disconnect, Boolean undoConflictResolution)&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession.OpenTextBufferManager.Disconnect(Boolean documentIsClosed, Boolean rollbackTemporaryEdits)&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession.Dismiss(Boolean rollbackTemporaryEdits)&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession.Cancel(Boolean rollbackTemporaryEdits)&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.InlineRename.Adornment.InlineRenameAdornment.TextView_CursorChanged(Object sender, CaretPositionChangedEventArgs e)&#x000D;&#x000A; at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)</description> </entry> <entry> <record>1086</record> <time>2022/04/20 22:51:58.552</time> <type>Error</type> <source>Editor or Editor Extension</source> <description>System.InvalidOperationException: This session has already been dismissed.&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession.VerifyNotDismissed()&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession.Cancel(Boolean rollbackTemporaryEdits)&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.InlineRename.Adornment.InlineRenameAdornment.TextView_CursorChanged(Object sender, CaretPositionChangedEventArgs e)&#x000D;&#x000A; at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)</description> </entry> <entry> <record>1087</record> <time>2022/04/20 22:51:58.577</time> <type>Error</type> <source>Editor or Editor Extension</source> <description>System.InvalidOperationException: This session has already been dismissed.&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession.VerifyNotDismissed()&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession.Cancel(Boolean rollbackTemporaryEdits)&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.InlineRename.Adornment.InlineRenameAdornment.TextView_CursorChanged(Object sender, CaretPositionChangedEventArgs e)&#x000D;&#x000A; at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)</description> </entry> <entry> <record>1088</record> <time>2022/04/20 22:52:01.883</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [Windows Forms Designer Activation Package]</description> <guid>{7B683B8F-B3D5-438A-B1E7-BC549A2872DF}</guid> </entry> <entry> <record>1089</record> <time>2022/04/20 22:52:01.886</time> <type>Information</type> <source>VisualStudio</source> <description>End package load [Windows Forms Designer Activation Package]</description> <guid>{7B683B8F-B3D5-438A-B1E7-BC549A2872DF}</guid> </entry> <entry> <record>1090</record> <time>2022/04/20 22:52:02.835</time> <type>Error</type> <source>Editor or Editor Extension</source> <description>System.InvalidOperationException: This session has already been dismissed.&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession.VerifyNotDismissed()&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession.Cancel(Boolean rollbackTemporaryEdits)&#x000D;&#x000A; at Microsoft.CodeAnalysis.Editor.InlineRename.Adornment.InlineRenameAdornment.TextView_LostFocus(Object sender, EventArgs e)&#x000D;&#x000A; at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent(Object sender, EventHandler eventHandlers)</description> </entry> </activity>