I am using vs.net 2010.
If I build a simple test wpf application against 3.5 framework the form appears transparent when shown (f5). It is almost like there is a problem updating/refreshing the form.
This problem is only occuring on my workstation (if I copy the wpf 3.5 application to a server it runs fine)
If i change to run against .net 4.0 it works ok (on my workstation) and server.
Ideas?