tags:

views:

51

answers:

1

We have a system built using WPF and have (until recently) been developing using Visual Studio 2008 SP1 and Windows XP SP3.

We have upgraded some of our development boxes to windows 7 and we have discovered we are getting some unexpected behaviour when running our applications. Some controls do not display at all.

Has anybody else experienced issues like these and if so, how can we make them work?

Thanks in advance.

+1  A: 

Just a guess I had some similar issues with controls (buttons in my case) that were using the DropShadowEffect. The solution was to switch from DropShadowEffect to DropShadowChrome.

Bryan Anderson