Installing the WPF/E VS Templates
I just got a new laptop which required a fresh install of all my applications including Visual Studio and the associated WPF/E developer extensions. As part of re-setting this up, I realized it required a bit more research than I expected so I'm replaying the steps here (mostly found in the WPF/E SDK).
- Install Visual Studio 2005 (or Install Visual Studio 2005 SP1 and skip steps 3 and 4).
- Exit Visual Studio
- Install the Microsoft Visual Studio 2005 Update to Support Web Application Projects available on the Download Center.
- Install the Microsoft Visual Studio 2005 Web Application Projects available on MSDN Online.
- Install WPF/E if not already installed (WPF/E: Windows, Mac).
- Install the WPF/E SDK available here (you can do this at any point prior to this step).
- Run the template installer, WPFEVSTemplate.msi, located in the WPF/E SDK directory: <ProgramFiles>\Microsoft SDKs\WPFE\Tools
That's it. To create a new WPF/E web project, in Visual Studio select File -> New Project... and then select the "WPF/E JavaScript Application" from the Visual C# Project type list (note that this project is not dependent on C# nor enables C# integration).
Comments
Anonymous
January 10, 2007
Instead of steps 3 and 4 I would recommend to install Visual Studio 2005 Service Pack 1. Although it will take longer, it also has many other benefits.Anonymous
January 10, 2007
Thanks - I've added a note to the installation steps.Anonymous
January 31, 2007
Well, installing the WPF/E runtime is easy (a case of shooting ourselves in the feet if it isn't) but