Visual Studio 2008 - Settings: Synchronize button. - No user.config files were found -
This is not actually causing a problem but it is bothering me ... does anyone know that Configure the user in your Visual Studio? When I click on Project Properties -> Synchronize in Settings I get the error message: A user at any of the following places. Config files were not found Those paths no longer exist, so I know why the error message is coming
Any thoughts? I did a quick search in the registry for the path but nothing was clear what can I delete. Maybe this is something contained in the file in the solution?
Visual Studio 2008 Windows XP
This is no error, so much of warning In the form that "there was no file to delete, so nothing really was done."
"":
Runtime-generated, application-specific users from disk using the "synchronized" button. The config file is used to remove. If your app does not contain any user-scoped app settings (this means that all application settings are scope "applications"), then for a VS2005 IDE to remove after run-time a user The config file will not be there.
When you change the settings schema between debug sessions, you will use this button, so that the version does not get "out of sync" and the error of reading errors from the settings file .
The warning will also be the second time when you click on "synchronize" in a row.
Comments
Post a Comment