Errata

Microsoft® Visual Web Developer™ 2008 Express Edition Step by Step

Errata for Microsoft® Visual Web Developer™ 2008 Express Edition Step by Step

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 92
Listing 5-7 DEFAULT.ASPX

<%@ Page Language="C#" AutoEventWireup="false" MasterPageFile="~/MasterPages/PersonalPortal.master" CodeFile="Default.aspx.cs" Inherits="Main" %>

The above statement can not run due to errors. At page 84 Listing 5-5 the same file started like this:

<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/MasterPages/PersonalPortal.master" CodeFile="Default.aspx.cs" Inherits="_Default" %>

If it should be changed it has not been pointed out in the content of the intermeiate pages and thus no explanation and not the least the Portal runs without errors!

Ingegerd Jansson  Apr 21, 2011 
PDF Page 93
creating a nested master page

i am having this same problem:

http://forums.asp.net/t/1376493.aspx

i can't continue the book unless this is fixed!

Anonymous  Oct 16, 2011 
PDF Page 93
creating a nested master page

i am having this same problem:

http://forums.asp.net/t/1376493.aspx

i can't continue the book unless this is fixed!

Anonymous  Oct 16, 2011 
PDF Page 93
creating a nested master page

the problem is that the book doesn't tell you to change default.aspx to just:

<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/MasterPages/Main.master" CodeFile="Default.aspx.cs" Inherits="_Default" %>

then it works.

Anonymous  Oct 22, 2011 
Printed Page 135
Figure 8-4

ToDoCategoryId is connected to ToDoIdCategory on BOTH tables

Anonymous  Jan 17, 2012 
Printed Page 161
Item 9

Figure 9-13 is a wrong one.

Anonymous  Jan 17, 2012 
Printed Page 173
Diting Dta with Data Controls

Editing data does not work thru the steps that is described in the book.

Anonymous  Jan 17, 2012