Can't Install Interactive Designer: Wrong WPF Version?
So I've been trying to get started with WPF development, but I've had some trouble getting all the components installed and playing nicely together. In an effort to get all the right stuff installed (dotnet3, winfx, wpf, vs extensions, etc), I've downloaded at least a dozen different installers. So it's likely that I have several non-compatible versions installed right now.
As far as I can tell, here's what I've got (most of this info was gathered from the Add/Remove Programs Control Panel):
Microsoft .NET Framework 2.0 (already installed, long ago; I'd prefer not to uninstall this)
Security Update for Microsoft .NET Framework 2.0 (KB917283)
Microsoft .NET Framework 3.0
Microsoft Expression Graphic Designer June 2006 CTP
Microsoft FxCop 1.35
Microsoft Platform SDK (Windows XP SP2) (2600.2180)
Microsoft Visual C# Express Edition - ENU
Microsoft Windows Software Development Kit (5472.2.1)
Microsoft Windows Software Development Kit Common Utilities (5472.2.1)
Microsoft Windows Software Development Kit Headers and Libraries (5472.2.1)
Microsoft Windows Software Development Kit Utilities for .NET Development (5472.2.1)
Microsoft Windows Software Development Kit Utilities for Win32 Development (5472.2.1)
MSXML 6.0 Parser
Windows Imaging Component
...And here are a few DLL versions:
WindowsCodecs.dll (6.0.5472.0)
Now then...having established all of that, here are some of the problems I'm experiencing:
* When I try to install Expression Interactive Designer, the installer gives me an error message saying "You need to have Beta 2 of the WinFX run-time components installed before installing Microsoft Expression Interactive Designer." But I thought I already had the Beta 2 of the WinFX runtime. At any rate, I've tried to find and install the correct WinFX runtime, but nothing has worked so far.
* Also, when I try to run the chess demo (the June CTP version, from thehttp://www.valil.com/winfx/ website), I get an error saying "System.InvalidOperationException: Version mismatch. BAML stream has version number '0.94' but parser can read only version '0.96'."
So....thanks in advance for any advice!!
I'm looking forward to getting my feet wet with WPF.

