Subject: Page 352 (Chapter 11) IDisposable Problem
Posted By: sosborne Post Date: 8/18/2006 4:53:59 PM
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

Reply By: sosborne Reply Date: 8/18/2006 5:12:44 PM
The problem resolved it's self.
After a dozen tries with the results described in my original note I posted my comments and then went back to the program hit enter and everything worked.

GO Figure!!

Go to topic 48532

Return to index page 199
Return to index page 198
Return to index page 197
Return to index page 196
Return to index page 195
Return to index page 194
Return to index page 193
Return to index page 192
Return to index page 191
Return to index page 190