Visual Studio 中的钻石问号
我第一次在我的新机器上运行 Visual Studio 2005(HP 瘦客户端通过其 HP SAM 客户端 软件)。当执行因异常而停止时,该行的文本如下所示。似乎它无法找到某些字体变体或其他内容中的字符,但我无法弄清楚。
我尝试将字体从 Courier New 更改为其他字体,但没有任何区别。这个相同的字符以替代字体出现。我什至不知道该尝试在这里或谷歌上搜索什么。
更新:我在代码中的其他各个地方都看到了这一点,甚至在设计时也是如此。它肯定看起来与某些特定的字体属性相关,尽管我无法判断是哪个。
更新2:我不确定这是否令人惊讶,但是将问号复制并粘贴到另一个应用程序中似乎没有问题。
更新 3: 在同一台计算机上,Visual Studio 2008 的行为符合预期(也就是说,正常)。为了提供有关 VS2005 的更多详细信息,我正在运行版本 8.0.5727.42。
I'm running Visual Studio 2005 for the first time on my new machine (an HP thin client accessing a virtual machine over their HP SAM Client software). When execution halts on an exception, the text for that line appears as below. It appears that it can't find the characters in some font variant or something, but I can't figure it out.
I tried changing the font from Courier New to other ones, and it made no difference. This same character showed up in that alternate font. I wasn't even sure what to try searching for on here or Google with this one.
Update: I'm seeing this in various other places in my code, even at design-time. It definitely appears linked to some specific font attribute, though I haven't been able to tell which.
Update 2: I'm not sure whether this is surprising or not, but copying and pasting the question marks into another application works as though there's no problem.
Update 3: On the same machine, Visual Studio 2008 behaves as expected (that is to say, normally). To provide additional details on VS2005, I'm running version 8.0.5727.42.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更新到 Visual Studio 2005 SP1修复了这个错误。我们的默认安装是一个过时的版本。
Updating to Visual Studio 2005 SP1 fixed this bug. Our default installation is an outdated version.