Where does Visual C# 2010 Express keep it's temporary files?

南笙酒味 提交于 2019-12-11 17:36:25

问题


I worked on an application for a couple of days and saved files frequently with Ctrl+S. This morning I found out that my computer had force-restarted because of Windows security updates. Apparently Visual C# 2010 Express does not create a folder for project when the project is created. The project itself is saved only after "Save All" is issued. Backup Files -folder contains a folder with project name but the folder is empty.

Is there any way to save at least part of the project?


回答1:


I realize this is an old question, but I think the following answer will be helpful to other folks looking for this information.

VC Express saves temporary projects at C:\Documents and Settings*UserName*\Local Settings\Application Data\Temporary Projects.

You can turn off this behavior by checking: Tools > Options > Check "Show all settings" > Projects and Solutions > General > Check "Save new projects when created"



来源:https://stackoverflow.com/questions/6381830/where-does-visual-c-sharp-2010-express-keep-its-temporary-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!