I currently have an issue that removes my effect from the UIElement in question when using Remote Desktop (I've tried various types of clients). RemoteFX is enabled on the host Machine (windows 7 and 8/8.1) The PixelShader i made is compiled to ps_3_0
this.Effect = customShader; // this doesn't work on RDP
this.Effect = new BlurEffect(); // this works on RDP
Does anyone know anything about losing Effects when viewing from RDP client? TeamViewer and other remote access services work fine.