Yury Serdyuk wrote: > Hi ! > > Using BinaryFormatter.Deserialize in multithreaded mode, time to time I > have received: > [...] > > Unfortunately, I cannot reproduce this situation in pure form, > because it is occured in distributed application. > > But how is it possible at all I wonder ? BinaryFormatter is not thread safe. Robert