Visual Studio 2008,每次打开页面时都会询问编码

发布于 2024-09-08 12:21:23 字数 150 浏览 4 评论 0原文

每次我在 vs2008 中打开文件时,它都会询问我如何修复编码。 如果文件已打开,它还会询问我是否要在显示文件之前关闭该文件。

我很确定我以前解决过这个问题,但我不记得是如何解决的。

有人记得如何修复它吗?

谢谢,

卡尔-

Everytime I open a file in vs2008, it asks me about fixing the encoding.
it also, if the file is open, asks me if I want to close the file before showing it.

I'm pretty sure I fixed this issue once before, but I can't remember how.

Does anyone remember how to fix it?

Thanks,

Cal-

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

前事休说 2024-09-15 12:21:23

以下是修复方法:

http: //social.msdn.microsoft.com/Forums/en-SG/vssetup/thread/35fcbb4d-3511-4f79-b3cd-6d05883b4c6f

基本上.cs文件的默认编辑器设置为“CSharp编辑器(使用编码) )”

将默认值更改回非“(带编码)”风格的编辑器,美丽和欢乐再次成为您生活的一部分!

卡尔-

Here is the fix:

http://social.msdn.microsoft.com/Forums/en-SG/vssetup/thread/35fcbb4d-3511-4f79-b3cd-6d05883b4c6f

basically the default editor for .cs files was set to "CSharp Editor (with encoding)"

Change the default back to the non "(with encoding)" flavor of the editor and beauty and joy are once again a part of you life!

Cal-

好倦 2024-09-15 12:21:23

好吧,如果您使用多个编辑器编辑文件,则很可能会使用不同的编码进行保存。 Visual Studio 可以检测到这一点并尝试恢复该文件。尝试将文件保存为通用编码(通过“另存为”),并确保您在该文件上使用的所有文本编辑器都支持您选择的编码。

Well, if you are editing your files with more than one editor, chances are you are saving with different encodings. Visual studio can detect this and try to recover the file. Try to save your files to a common encoding (via "Save As") and make sure that all text editors you are using on that file support the encoding you selected.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文