wpf - VS2010 的 WPF 在 Windows7 虚拟机中呈现不佳?

标签 wpf rendering virtual-machine visual-studio-2010

Kevin Hoffman今天早上报道说:

When put under a virtual machine running Windows 7, VS2010 fails to render things, borders disappear, windows become unusable and the experience is downright awful. On the other hand, when you run VS2010 "bare metal" with no virtualization between it and your video card, everything is beautiful and all works well.

虚拟机会导致VS2010的WPF渲染不好怎么办?

最佳答案

WPF 在 Direct3D 表面上呈现内容。它能够利用显卡提供的硬件加速功能来提高性能。在 VM 下,这些功能可能不可用。

关于wpf - VS2010 的 WPF 在 Windows7 虚拟机中呈现不佳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1349424/

相关文章:

c# - 如何在单独的线程上运行 Converter 内的代码,以便 UI 不卡住?

css - 使用 CSS3 "background-size"是否可以加快页面渲染?

linux - 使用virsh和qemu创建虚拟机有什么区别?

.net - 如何解决单选按钮组的绑定(bind)问题

用于网络接口(interface)性能计数器的 C# 实例名称

Wpf 内容控制

filter - 渲染时的持久过滤器数据源查询

asp.net - 同一条线上的两个基础设施控制

mysql - 什么时候 MySQL INNODB 微调成为要求?

python - Python 如何以及何时确定变量的数据类型?