VB.NET TRAINING GUIDE ERRATA ============================ 70-305 book ----------- p. 1, paragrah 1: "Developing and Implementing Windows-based Applications With Microsoft Visual Basic .NET and Microsoft Visual Studio .NET exam (70-306)" should, of course, be "Developing and Implementing Web Applications with Visual Basic .NET and Visual Studio .NET exam (70-305)" p. 35, Step By Step 1.1: If you get a script runtime error when trying to browse to the new aspx page (expected ; in line 6 char 11), you probably don't have all the pieces installed correctly. You need to install IIS *BEFORE* you install Visual Studio .NET. If you get this error, you may be able to correct it by uninstalling and then reinstalling the .NET Framework. As an alternative, you may be able to fix this problem by registering the ASP.NET extensions with IIS. The ASP.NET file extensions (.aspx and .asmx) must be registered with Internet Information Services (IIS). (In the case that IIS was installed after the .NET Framework was installed, you must run the following application "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe –i".) p. 65, first line of code: should be p. 65, 3rd line of code: Inherits="Temperature.TemperatureCB" %> should be Inherits="_305C01.Temperature.TemperatureCB" %> p. 68, Step 1: <% Page Language="vb" Inherits="Temperature.TemperatureCB"%> should be <% Page Language="vb" Inherits="_305C01.Temperature.TemperatureCB"%> p. 103, first paragraph: