To build the application that is developed during this tutorial, you will need to have both the Microsoft .NET Framework and the Windows Software Development Kit (SDK) installed.
When these are installed, you can build the application from a command window (although you can use an Integrated Development Environment (IDE) like Microsoft Visual Studio if desired). To build from the command prompt, you need to use the command window that is installed with the Windows Software Development Kit (SDK). You can find this in the following menu location:
Alternatively, you can open the Windows command prompt using the following steps:
From the Start menu, select Run.
Enter the following:
C:\WINDOWS\system32\cmd.exe /E:ON /V:ON /T:0E /K "C:\Program Files\Microsoft SDKs\Windows\v6.0\Bin\SetEnv.Cmd"
Press OK.
Note that SetEnv.cmd sets up the environment that you need to build WPF applications from the command prompt.