There is a single typo in the final
VB code (downloaded from wrox.com on 09 Nov 2006) that causes 37 compile errors until fixed.
In the web project file Controls/ProductListing.ascx.
vb, the 'Inherits BaseWebPart' statement is commented out. If the application is compiled as-is, I receive 37 errors in VS Studio 2005 Std Ed. When I remove the comment ' symbol and allow the class to inherit BaseWebPart, the application compiles successfully.
Please fix the download code.
Kevin