Editing and saving a text file always shows Save As dialog
visual-studio-2012, visual-studio-2013
Solution
try running VS as admin or change the permissions of the file (right click on it and click properties ) and see if it's marked as read only.
Problem
I've been wanting to use Visual Studio 2013 Preview for editing some simple Python scripts. I open the script, edit as usual. But when I hit 'ctrl-s', Visual Studio 2013 Preview takes me to a 'Save As' dialog. The file name hasn't changed, and the file path is right, so it's not damaging. How can this be solved to allow me to save as I expect?