You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: '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