Page 352 (Chapter 11) IDisposable Problem
On page 352, Item 3: You direct us to implement the IDisposable interface. You state that after entering Implements IDisposable and pressing enter Visual Studio 2005 will insert the members and methods associated with the IDisposabel interface.
When I enter Implements IDisposable below Public Class WebFavorite, IDisposable is underlined and I see the following error message: ErrorClass 'WebFavorite' must implement 'Sub Dispose()' for interface 'System.IDisposable'
The Members and Methods are not filled in
|