简体   繁体   English

Visual Studio 2013搜索错误?

[英]Visual Studio 2013 search bug?

I am trying to search for : 我正在尝试搜索:

"You must Sign this docmuent."

在此处输入图片说明

But VS claims it Cannot be found(in my search I specify entire solution) 但是VS声称找不到它(在我的搜索中,我指定了整个解决方案)

But that string is in my code: 但是那个字符串在我的代码中:

 if (txtSigString.Text.Trim() == "")
            {
                s5ValidationMessage += "You must Sign this docmuent.";
            }

Is this a known issue? 这是一个已知的问题?

You can try to see if you are not using another language character in your text. 您可以尝试查看您的文本中是否没有使用其他语言字符。 we had some issue with it trying to understand why MS Access can not sort correctly a field column. 我们在尝试理解为什么MS Access无法正确对字段列进行排序时遇到了一些问题。 After some headache we saw that there were some Russian characters in many field. 经过一番头痛之后,我们发现许多领域都有一些俄语字符。 There are some letters that are present in English and other languages so someone can forget to switch the keyboard language while typing ! 有些字母以英语和其他语言显示,因此有人忘记输入时会切换键盘语言!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM