.net - Exception thrown when calling 'Properties.Settings.Default.Save()' in C#, -


My application threw an exception in a particular PC when it's called 'properties' settings to save some user configuration settings Have tried. The exception is ..

Exceptions: "Failed to save settings: Error loading a configuration file: Unable to open file 'C: \ users \ xbblmoo \ AppData \ Local .... .... \ User.config 'to write because it is only read or hidden. "

This problem is only on a particular PC. I checked that the login user has administrator rights. Environment Windows 7 is 32-bit.

This problem does not occur on any other PC with the same environment. It was ok to run an application through VS 2008 in that PC.

Any ideas please thank you in advance.

Check that "user.config" is not hidden, system etc. Or even delete it.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -