Visual Studio 属性缺少字符
我刚刚在 6 个月内第一次启动 Visual Studio Express 2008,当我展开属性窗口时,所有名称/值都呈现为正方形。 如果椭圆 (...) 是正方形! 奇怪的是,所有其他文本都可以,代码、工具栏、菜单等。
Visual Studio对此文本使用什么字体/字符集? 为什么只有属性窗口受到影响?
I've just started up visual studio express 2008 for the first time in 6 months, and the when I expand the properties window, all the name/values are rendered as squares. Event the ellipses (...) are squares! The weird thing is, all other text is OK, the code, toolbar, menus etc.
What font/character set does visual studio use for this text? and why is only the propert window affected?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很奇怪。 我还没有见过这样的错误。
如果是字体问题,您可以通过重置所有设置来修复它。 转到工具 -> 导入/导出设置。 重置所有设置并选择您的个人资料。 重新生成并重新启动 Visual Studio,看看问题是否消失。
我的第二个猜测是检查文件编码。 Visual Studio 应该可以很好地处理大多数文件编码,但进行完整性检查也不错。 点击文件-> 另存为并将文本类型设置为 ASCII。 然后重新启动 Visual Studio 并查看问题是否消失。
That's fairly odd. I haven't seen a bug like that yet.
If it is a font issue, you can fix it by resetting all of your settings. Go to Tools -> Import / Export Settings. Reset all settings and pick your profile. Rebuild and Restart Visual Studio and see if the problem goes away.
My second guess would be to check the file encoding. Visual Studio should work fine with most file encodings but it's not bad to sanity check. Click on File -> Save As and set the text type to be ASCII. Then restart Visual Studio and see if the problem goes away.