读书人

求翻译一个解决方法的语句

发布时间: 2012-09-19 13:43:54 作者: rapoo

求翻译一个解决办法的语句,
VS2010使用报错:
The source file is different from when the module was built. Would you like the debugger to use it anyway?
找了半天,找到了答案,但是是英文的,看不懂,不知道怎么操作,麻烦大神指教:答案是下面语句
In win7 with the system locale in Chinese, it can be reproduced in VS 2005 and VS 2008 by adding a non-ASCII(eg: 0xa9) character into comment or license header of a source file.

It seems that cl.exe and vs debugger haven't processed non-ASCII characters in the same way, so they got different MD5 checksums.
谁给翻译下,看看上面说的到底是如何操作解决问题的,谢谢。

[解决办法]
把生成的文件都删除了,重新编译生成一次。
[解决办法]
或者在VS的工具-选项对话框的文本编辑器里面找到自动检测没有标志的UTF-8(我翻译的,可能文字有出入)

读书人网 >C#

热点推荐