Hello,
The VirtualStore exists to work around programs that are not Vista
compatable. Your program is attempting to modify data stored inside of
Program Files, which is unacceptable - only installers or administrative
tools are intended to have write access to program files. Your program is
supposed to store data inside of your user profile directory, which is where
Vista moves a copy of the file to so your program will work correctly
instead of crashing.
The best solution is to have the program save its file to a new location -
preferably inside your user profile directory. If you need to be able to
access this same data file from any user account, you will need to change
the permissions on its data file (or containing folder) to give all user
full control using the security tab of its properties screen.
This feature is called "Virtualization" - you can find more information
about the new security enhancements in Vista, including virtualization,
here:
http://www.microsoft.com/technet/windowsvista/security/uacppr.mspx
--
- JB
Windows Vista Support Faq
http://www.jimmah.com/vista/