Top "Objectdisposedexception" questions

The exception that is thrown when an operation is performed on a disposed object.

What could be causing a "Cannot access a disposed object" error in WCF?

I am using the following code: private WSHttpBinding ws; private EndpointAddress Srv_Login_EndPoint; private ChannelFactory<Srv_Login.Srv_…

c# wcf objectdisposedexception
Program crash with System.ObjectDisposedException

I'm having a weird problem with my program. I'm developing a windows form application. When I debug it through Visual …

c# winforms crash objectdisposedexception
Cannot access a disposed object - wcf client

I have a WCF client that I'm having problems with. From time to time I am getting this exception: Cannot …

c# wcf-client objectdisposedexception
ASP.Net Entity Framework, objectcontext error

I'm building a 4 layered ASP.Net web application. The layers are: Data Layer Entity Layer Business Layer UI Layer The …

.net lazy-loading objectdisposedexception objectcontext
Itextsharp HTMLWorker.Parse error

I have a problem with HTMLWorker.Parse From iTextSharp in a Windows Form program. Everytime when I excecute the code …

c# winforms itextsharp objectdisposedexception
Open the closed form

I'm wondering how I can open again the closed form from using this.Close(). Every time I'm trying to open …

c# forms show objectdisposedexception
ObjectDisposedException was unhandled: Safe handle has been closed at program end

I have a .NET 4 C# console application. It pulls data from our IBM i and sends it to our internet …

c# .net-4.0 console-application objectdisposedexception
Why it always throws an ObjectDisposedException?

Due to the fact that the windows phone can't handle gif, I write a little method, but it seems that …

c# windows-phone-7 exception webclient objectdisposedexception
Entity framework - objectcontext disposed exception

I've been debugging this program without any result, and unfortunately I can't see the root of the problem. I get …

c# frameworks entity objectcontext objectdisposedexception
ObjectDisposedException when closing SerialPort in .Net 2.0

I have a C# windows forms application which communicates with a USB dongle via a COM port. I am using …

c# .net-2.0 serial-port objectdisposedexception