Installing the WPF/E Developer Environment on Windows Vista
Although the client runtime is an easy install, I came across a few quirks in installing the full "WPF/E" developer environment on Windows Vista (hey, this is bleeding edge, after all!)
I thought I'd post a quick summary of the steps here in the hope that it might be useful to someone. [We refreshed the SDK on December 22nd, so I've updated the instructions accordingly...]
- Close any open instances of Visual Studio 2005;
- Install the Visual Studio 2005 SP1 and Vista Support Update (if necessary);
- Install the "WPF/E" December CTP client runtime;
- Install the "WPF/E" December CTP SDK (updated 12/22);
- Install the VS template from Start / All Programs / WPFE SDK / Tools / Install WPFE VS Template;
- Open an elevated command prompt (this is important);
- From the prompt, run %ProgramFiles%\Microsoft Visual Studio 8\Common7\IDE\devenv /setup
- Finished!
Now, when you open Visual Studio 2005, you should see the "WPF/E" template here:
Good luck!
Comments
Anonymous
December 09, 2006
In http://thewpfblog.com/?p=69 you can find an interesting post and source code example of integrating...Anonymous
December 19, 2006
Just in case anyone was wondering, you're safe to install the service pack for Visual Studio 2005 onAnonymous
December 24, 2006
The comment has been removedAnonymous
January 06, 2007
With everyone in the office getting all excited about WPF/E I thought I'd give it a try. I got VisualAnonymous
January 23, 2007
ANyone know if WPF/E SDK compatible with Visual Web Developer