G
Guest
It appers that System.Windows.Forms.Application.UserAppDataPath changes
drastically when the application is installed via "click once"; (as opposed
to setup or good old file copy). I'm looking for a place to put user data
that spans versions. In the non-click once scheme, all I had to do was back
up one level.
Is System.IO.IsolatedStorage.IsolatedStorageFile the preferred approach? Or
is there some other mechinism for storing application settings for a user?
Thanks for the ideas...Chuck
drastically when the application is installed via "click once"; (as opposed
to setup or good old file copy). I'm looking for a place to put user data
that spans versions. In the non-click once scheme, all I had to do was back
up one level.
Is System.IO.IsolatedStorage.IsolatedStorageFile the preferred approach? Or
is there some other mechinism for storing application settings for a user?
Thanks for the ideas...Chuck