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
Did you also try Win7 latest RDP - Win7 connection? The thing is WPF doesn't use GDI to draw elements.
VNC clients (like UltraVNC) probably will do the trick for you as they using much simplier algorithms more like of sending bitmaps.