Visual Studio不断询问“将文件另存为". [英] Visual Studio keeps asking to "save file as"

查看:376
本文介绍了Visual Studio不断询问“将文件另存为".的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么我在Visual Studio中的项目不断要求我将文件另存为",尽管该文件已经存在?

Why does my project in Visual Studio keep asking me to "save file as" though the file already exists?

推荐答案

您尝试覆盖的文件处于写保护状态(O/S级别),或者被Visual Studio以外的其他应用程序以写锁打开.

The file you are attempting to overwrite is either write protected (O/S level) or opened with a write lock by another application than Visual Studio.

多个版本控制应用程序会将文件标记为O/S级别只读,以防止意外更改文件.想到了TFS和VSS.

Several version control applications will mark the file read only at the O/S level to prevent accidental changes to the file. TFS and VSS come to mind.

这篇关于Visual Studio不断询问“将文件另存为".的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆