Problem saving file as dialog box in Visual Studio 2008

I program through Visual Studio 2008. I change my html page and save it with Ctrl + S, and then press Ctrl + F5 in the browser to check it. My problem is that when I save my file in VS after updating the browser, the "Save file as" dialog box appears, and when I want to save it with this file name, a dialog box appears with an error message saying that the file exists !!!. I do this every time in my company, which uses Windows 2003 and Windows XP, but I have no problems there. I use Windows 7 at home, and this error kills me.

0
source share
2 answers

I had the same problem. My C # projects were under XPsp3. I installed Win7, then Vis Studio 8 SP1 and other development tools. Opened my projects in C # and got a Save As. Problem, try it, it worked for me.

Make sure you are using Visual Studio as an administrator. To do this, create a desktop for Visual Studio 2008. Right-click on it and select "Properties." Then select the Compatibility tab. Below, under the Priviledge level, make sure that you run the program when the administrator is verified. Select the OK button. Launch Vis Studio again

Also try

1) Open the Visual Studio command prompt 2) Then do the following: devenv / ResetSettings.

+2
source

Using VS 2008 Express SP1 under Vista I had the same problem. I ran IE9 and the debugger. Closing IE9 debugger allowed to save. Usually this was not.

0
source

Source: https://habr.com/ru/post/1303853/


All Articles