Let's review the usual culprits I've identified:
- Static references
- Event with missing unsubscription
- Static event with missing unsubscription
- Dispose method not invoked
- Incomplete Dispose method
In addition to these classical traps, here are other more specific problem sources:
- Windows Forms: BindingSource misused
- CAB: missing Remove call on WorkItem
No comments:
Post a Comment