
Under .NET 4 the window text in the glass title bar area of the main app window (using RibbonWindow) is black text without the normal outer glow.
I have reproduced this in the sample browser (open the "Document Editor (like word)" sample). To repro, create a .config file like this (where XXXXX is the version of .NET 4 you have installed):
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0.XXXXX" />
<supportedRuntime version="v2.0.50727" />
<process>
<rollForward enabled="true" />
</process>
</startup>
</configuration>
I have reproduced this in the sample browser (open the "Document Editor (like word)" sample). To repro, create a .config file like this (where XXXXX is the version of .NET 4 you have installed):
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0.XXXXX" />
<supportedRuntime version="v2.0.50727" />
<process>
<rollForward enabled="true" />
</process>
</startup>
</configuration>
RS