My Windows desktop app creates a file in:
%LOCALAPPDATA%\XYZZY Software\Our Product\foobar.json
One customer on Windows 7 is experiencing "Accessed Denied" errors when our software tries to overwrite this file. This file was created by our desktop app, exactly where Microsoft recommends our app saves its internal data.
How should our desktop software handle this situation?