Visual Studio 2010 - 在运行 Win7/Bootcamp 的 MacPro 上显示更新非常慢
我是一名 .Net 开发人员,使用 Bootcamp 在 2010 MacPro(2.27Ghz/6GB RAM)上运行 Windows 7 Ultimate (x64)。直到大约一个月前,在我看来,它还是终极开发工作站。但最近我注意到 Visual Studio 2010 需要很长时间才能重绘其窗口。当它位于前台后切换到它时,这一点最为明显。
我在其他 Windows 应用程序中没有遇到此问题,并且感到困惑,因为机器有足够的咕噜声来处理一些 MDI 窗口,但有时在重新激活 VS 环境时会花费长达五分钟的时间 - 屏幕更新似乎很慢一切都下来了。我的同事使用相同的硬件和软件,但在 Mac 上的 Parallels 下运行 Windows 不会导致此行为。
我变得绝望了(我在 apple.stackexchange.com 上问过同样的问题) - 有谁知道为什么会发生这种情况以及是否有解决办法......?
I'm a .Net developer running Windows 7 Ultimate (x64) on a 2010 MacPro (2.27Ghz/6GB RAM) using Bootcamp. Until about a month ago its been, imo, the ultimate dev workstation. However recently I've noticed that Visual Studio 2010 takes a very long time to redraw its windows. This is most noticeable when switching to it after its been in the foreground.
I don't get this problem with other Windows apps and am baffled because the machine has more than enough grunt to handle a few MDI'd windows yet grinds for up to five minutes sometimes when reactivating the VS environment - the screen update seems to slow everything down. My colleagues are using identical hardware and software but running Windows under Parallels on their Macs does not lead to this behaviour.
I'm getting desperate (and I've asked this same question at apple.stackexchange.com) - does anyone know why this might be happening and whether there's a fix ...?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过改变视觉体验来提高性能
您可能会遇到 VS2010 中硬件加速的问题。因此,我在使用 WPF 构建的渲染应用程序时遇到了问题。
尝试一下:
http://blogs.msdn.com/b/zainnab/archive/2010/06/22/improving-performance-by-change-the-visual-experience-vstipenv0017.aspx
和如果这不能解决您的问题,请转到您的显卡设置(nvidia 或 amd)并执行“重置设置”。然后再试一次。
Improving Performance by Changing the Visual Experience
You might have a problem with Hardware Acceleration in VS2010. I had an issue with rendering applications built using WPF because of this.
Give it a try:
http://blogs.msdn.com/b/zainnab/archive/2010/06/22/improving-performance-by-changing-the-visual-experience-vstipenv0017.aspx
And if that doesn't fix your issue, go to your video card settings (nvidia or amd) and do a "reset settings". Then try again.