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
This issue presents itself if you upgrade from a version older than 1.0.7... This stems from the settings file not adding new settings, which was by design so that we don't overwrite user settings between updates.
Short term mitigation:
Add the following line to Settings.xml <Item Name="SettingReportingLogLocation" Setting="@AppPath/Usage.csv" />
Generate Reporting Base File If Not Found
This issue presents itself if you upgrade from a version older than 1.0.7... This stems from the settings file not adding new settings, which was by design so that we don't overwrite user settings between updates.
Short term mitigation:
<Item Name="SettingReportingLogLocation" Setting="@AppPath/Usage.csv" />
This should be permanently fixed with #33
The text was updated successfully, but these errors were encountered: