Skip to content

Troubleshooting

Michael Ketting edited this page Nov 22, 2022 · 2 revisions

Start-Up errors in Visual Studio

In case Visual Studio displays an error with "ActivityLog.xml" during startup, please check the file if it contains the following

  <entry>
    <record>...</record>
    <time>...</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>SetSite failed for package [LicenseHeadersPackage]Source: &apos;LicenseHeaderManager.Core&apos; Description: The file content is not in a valid format...</description>
    <guid>...</guid>
    <hr>...</hr>
    <errorinfo></errorinfo>
  </entry>

If so, the error can be fixed by opening %AppData%\rubicon\LicenseHeaderManager\17.0\ and deleting (or fixing) CoreOptions.json. see also #175