.NET Framework Essentials, 2nd Edition By Thuan L. Thai, Hoang Lam The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated September 12, 2002. UNCONFIRMED errors and comments from readers: link to http://www.oreilly.com/catalog/dotnet_frmess2/ should be http://www.oreilly.com/catalog/9780596003029/ {D.13} Section Title; Currently section title is "Shared Name Utility (sn.exe)". This is incorrect; it should read: "Strong Name Utility (sn.exe)". This is the output from [sn.exe -?]: Microsoft (R) .NET Framework Strong Name Utility Version 1.0.3705.0 Copyright (C) Microsoft Corporation 1998-2001. All rights reserved. [207] Web Form events (last sentence on the page); It is stated that the Init event is raised once for each user of the page. This not true. The Init event is raised every time the Load event is raised. If the Init event is raised is raised the controls are not created. In the Load event the have been created.