Programming .NET Components by Juval Lowy This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated March 14, 2005. 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 Confirmed errors: (135) Calculator class code example near bottom; "return = num1/num2;" should be: "return num1/num2;" {138} Next to last line; "asyncFire = new AsyncFire(InvokeDeleagte);" should read: "asyncFire = new AsyncFire(InvokeDelegate);" {139} 1st code snippet; "static void InvokeDeleagte(Delegate del,object[] args)" should read: "static void InvokeDelegate(Delegate del,object[] args)" (143) 2nd paragraph; InvokeDeleagte" should read: "InvokeDelegate" {143} Code example, 4th line; "InvokeDeleagte" should read: "InvokeDelegate"