-
Notifications
You must be signed in to change notification settings - Fork 41
Troubleshooting
Michael Ketting edited this page Nov 22, 2022
·
2 revisions
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: 'LicenseHeaderManager.Core' 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