When creating a visual studio project, we are trying to create a folder that will contain certain persistent data like logs, photos, etc, which are necessary to our application.
We have created the following folders in Common Application Data: [company]\[product]\[data]
In Vista tests we end up with c:\programdata\[company]\[product]\[VERSION]\[data]. The version number subdirectory is created which makes this useless, as any upgrades will place a new version number and we cannot then access the data.
ANy thoughts? Is this something we are missing in Visual Studio?