WPF not rendering on remote desktop

后端 未结 7 669
灰色年华
灰色年华 2021-01-18 07:18

I\'m having problems with the rendering of a WPF app over a remote desktop connection.

The applications chrome is rendering, but none of the content is coming throu

7条回答
  •  [愿得一人]
    2021-01-18 07:47

    I read on Kevin Dente's blog (from a twitter post) that he was having trouble with WPF apps in virtual machines. While not the same as Remote Desktop, it's possible the problem could be the same. Kevin was able to fix his problem by disabling hardware accelleration by creating a DWORD registry value at

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics\DisableHWAcceleration

    and then setting it to 1.

    His original blog post is here: http://weblogs.asp.net/kdente/archive/2009/10/19/visual-studio-2010-beta-2-editor-performance-fix-running-on-a-virtual-machine.aspx

    That may not be your exact solution, but maybe it points you in the right direction.

提交回复
热议问题