I think I'll create this post as a checkpoint where people can post any info on this bug. For a background, some of us using the November CTP for WPF and either Visual Studio 2005 or C# Express, are experiencing a black window when running the simplest of WPF apps (i.e an app that does nothing but window.Show()). Other people experience it intermitently in XamlPad itself.
A few links to the problem...
[1]
[2]

Anybody managed to find a workaround for the "Black Window" bug in the Nov CTP?
Arie Ori
I just did a clean install of .NET 2.0, followed by VS C# Express from the CD image, and then installed the Nov CTP, and then IronPython 0.9.6 and I get the same issue in C# or IPython code using Avalon.
I'm going to uninstall all of the above and then reinstall the framework, Avalon and IronPython, see if I can replicate it without VS C# Express.
A. Reimann
Kaspergyselinck
Does work on P4 with GeForce MX400
Chris Ambler
Hi,
Using the Nov CTP I too have the 'black screen' problem. Its on an Athlon 2700 with a GeForce 6800 Ultra (driver-ver 81.94)... The 'black screen' occurs with XamlPad, the samples and self-written apps. When I quit XamlPad its window goes away but the process keeps running. Usually WPF only works for the first app I start after booting. All apps started afterwards go black. Sometimes it starts to work again (for one time) if I keep starting apps, but most of the time only a reboot helps...
hope this helps
franz
Bil Simser
Nicolo Carandini
Venaddar
I noticed this additional behavior - hopefully this helps diagnose the issue:
1) The posted workaround (adding a background image) makes my simple apps work
2) At one point, I was able to make my simple app work by adding an additional wrapper Grid.
Instead of:
<Window><Grid><StackPanel>...
(which would always be black)
I did:
<Window><Grid><Grid><StackPanel>...
with no properties set on either Grid. Adding that second grid made it work. It was reproducing repeatedly, but now it doesn't...
3) The sample application DragDrop_DragText that comes with the SDK always works. I can compile it and run it from VS and it always renders, even though it does not use a background image. I have never seen it fail, even now that XAMLPad is failing. I'm not sure what is special about this app (I haven't tried any of the other sample apps).
shakinbacon
The problem does not occur the first time I compile a WPF application, or the first time I run XAML Pad. If I do anyone of these actions an then either terminate XAML Pad or the compiled application, WPF applications are no longer usable. XAML Pad comes up as a black box, as do compiled WPF applications.
LeGonzo
it's reported as running at 1.53 GHz (Win2k3 Server)
Thanks.
Tadeu
I'm currently using WinFX January 2006 CTP and STILL getting the problem. I'm not sure about which future release of WinFX that would carry the fix.
FYI, I'm using AMD Sempron 2500+ (which has no SSE2 instructions) and GeForce FX 5200 for hardware and installing Windows XP SP2 along with VS2005 RTM.
DeepakBakshani
MySpike
This has been an elusive problem to debug and I appreciate your comments and patience. I know a couple folk elsewhere have mentioned that they were seeing 'black screen' issues on Pentium 3s. Can anyone on this thread confirm or deny that
If you're seeing these issues on higher-end CPUs, then that rules this theory out.
Mike Sh
It is happening on my Athlon 1800+, but not happening on my Toshiba M200 (which I think is Centrino). I think that corroborates your findings.
I guess I shouldn't expect the December CTP to include this fix ;)
nathanshih