Recent content by YardenK

  1. Y

    Error - Cannot access a disposed object

    BTW - seeing a different stack trace now in the event viewer, if it helps: Exception: System.ObjectDisposedException Message: Cannot access a disposed object. Object name: 'System.Net.Sockets.NetworkStream'. StackTrace: at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset...
  2. Y

    Error - Cannot access a disposed object

    Hi Mark, thanks for replying. Is the exception thrown when your app first starts up or does is only occur after your app has been running for a long time? It occurs after the app is up and running. What kind of threading model does your app use? Is this just a regular ASP.NET app serving web...
  3. Y

    Error - Cannot access a disposed object

    Hello, We're using the latest SOSS server (5.10.9) and use the NuGet in our code (nuget version - 3.1.4). We are seeing this error in the event viewer of our server: Message: Cannot access a disposed object. Object name: 'The ThreadLocal object has been disposed.'. StackTrace: at...
Top