Visual Studio: reset user settings when debugging
Posted
by Reinhard
on Stack Overflow
See other posts from Stack Overflow
or by Reinhard
Published on 2010-05-25T09:56:33Z
Indexed on
2010/05/25
10:11 UTC
Read the original article
Hit count: 143
In a C# Winforms-App I have several user settings stored.
Is there an easy way to clear those settings each time I start debugging the project from Visual Studio 2008?
Otherwise it always starts up with the settings from the last debug-session.
Thank you!
© Stack Overflow or respective owner