Cannot access a disposed object.

Hi,

I'm working on package that implements a designer using VS 2005 with the Oct SDK.

Lately I've been seeing the error "Cannot access a disposed object. Object name: 'DesignerFrame'."

I've looked through all of my code and can't see anywhere that I'm allocating or disposing a 'DesignerFrame'

Any ideas what kind of things might cause this error would be helpful.

Thanks, Paul



Answer this question

Cannot access a disposed object.

  • Rachel Wang

    We need more information about how you are creating your designer and if you are storing in some package variable a reference to an instance of your designer Can we get a stack trace

  • Cannot access a disposed object.