VisualC# Step by Step Pearsons 9ed Errata

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Microsoft Visual C# Step by Step, Eighth Edition

John Sharp
ISBN: 978-1-5093-0104-1
First printing: October, 2015

To ensure the ongoing accuracy of this book and its companion content, we’ve reviewed and
confirmed the errors listed below. If you find a new error, we hope you’ll report it to us on our
website: www.microsoftpressstore.com/contact-us/errata.

Page Location Description Date corrected


xxiii Important note Reads: You must install the Windows 10 developer tools with Visual 
Studio 2015

Should read: You must install the Universal Windows App 
Development Tools with Visual Studio 2015.
xxiv Important note If you are having issues with the sample code, you may need to install 
the Universal Windows App Development Tools as mentioned on 
page xxiii.

To install the Tools from the Windows Control panel, follow these 
steps:

1. Go to Program and Features in Control Panel.
2. In the list, find Visual Studio and select it and click the Change 
option. A window will load. 
3. Select the Modify option. 
4. Under the Features tab go to Windows and Web Development and 
expand it, then go to Universal Windows App Development Tools and 
expand that. Look for Windows 10 SDK option and check the box 
beside it. 
5. Click the Update button.

To install missing tools from within Visual Studio, follow these steps:

1. When you load a project that is marked as 'unavailable,' right‐click 
the project in solution explorer and then click Install Missing 
Feature(s).
2. In the Install Missing Features dialog box, click Insta.
3. Close Visual Studio when prompted by the wizard.
4. Follow the steps in the wizard – it is probably best to install all 
features.
5. Wait while the install runs – this may take a few minutes.
6. Restart Visual Studio, load the project, and rebuild it. This ac on 
will download any additional packages required from NuGet that are 
not already available on your setup.

Last updated 2/4/2016 Page 1 of 1

You might also like