I have an application that uses Ideablade Devforce as it's OR mapper. When the application starts up it wants to write to the debuglog.xml file in C:\Program Files\Application Name\ This works fine in Windows XP, but due to Vista's locked down write access to Program Files, the app throws and error.
Is there a way to stop Ideablade wanting to write to this file?
OR
Is there another place that is recommended to install applications that want to write to files in their install path?
I fixed it by setting the logging file option to a blank string within the IdeaBlade.ibconfig file.
It mentions in the help that if you don't supply a path it will save the file in the application's directory, but if you don't even supply the filename it will not save it anywhere.