app data path during development versus deployment
问题 I have an old Windows Forms .Net application that on Windows XP was "deployed" by copying all the files to the application folder. Now I plan to deploy to newer windows OS's using either InstallShield or Advanced Installer, and will be placing the dlls in app install folder, and the content files in ProgramData and/or user's AppData. So the content files will be in one location during debugging under Visual Studio 2010 (probably just keep them where they are now, in app's bin/debug folder),