If you ever try to use WPF from a virtual machine in VMWare Fusion, you will notice that the application becomes unusable.
order to solve this is to disable hardware acceleration in WPF within the VM. This is done by creating the following DWORD in the windows registry:
HKEY_CURRENT_USER \\ SOFTWARE \\ Microsoft \\ Avalon.Graphics \\ DisableHWAcceleration Setting Up
and its value to 1.
Source: http://blog.joachim.at/?p=19
0 comments:
Post a Comment