Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working with Visual Studio 2017 Community edition and Windows 10. I have a .Net C# Forms application and am using the built in support for application settings through Project/Properties/Settings from the menu. The user.config file is being written to the following location: ...\ProjectName_Url_auk0xxz010ycckizzrvcvuysemqtl5mm\1.0.0.0\user.config.

When I try to remove the user config file, i.e.: do a reset using the Synchronize command on the settings menu, Visual Studio cannot find the file, its looking for a different url, in this case it's looking for: ...\ProjectName_Url_etpffvii24xozsvg3kp1d5oqn3bwkuy\1.0.0.0 which does not exist.

I can just delete the file from windows but would still like to know if this is a VS bug or something in my setup.....

What I have tried:

I can reproduce the problem quite easily by creating another project and taking the same steps.
I have tried creating both debug and release versions, still the same.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900