I upgraded our winforms projects from 7.1 to 9.1 SR 2050. Now i have found a strange thing
in a new project it looks like in 7.1:
In the upgraded 9.1. it looks like this:
The designer file is the same!
My configuration is: Vista x64, VS 2008 SP1, Infragistics 9.1 SR 2050
Whats going wrong here?
I found something: the first one is with Infragistics2.Win.Misc.v9.1 Version=9.1.20091.1000 and the second one with Infragistics2.Win.Misc.v9.1 Version=9.1.20091.2050
Are you saying that with build 1000 of 9.1 you're seeing the GroupBox appear like the first screenshot, while with build 2050 you're seeing it appear like the second screenshot? I know that there were some intentional changes with some of the color schemes on Vista, particularly with Office2003 and VS2005 layouts, and this change seems to have been made in March so it's possible it wasn't in the release of 9.1. The reason this change was made is apparently because VS2005 treats the Aero theme as if it were the Luna Blue theme and will pick up those colors accordingly; it looks like it wasn't being picked up before.
-Matt
Matthaeus,
This sounds like it's an intentional change then since the bug notes mention that is specific to Vista's Aero theme and the VS2005/Office2003 color tables not picking up the right theme.
Yes, the first one is build 1000 and the second 2050. In Windows XP both programs have the same colors (like the first one).
-Matthaeus