[Mono-list] ArgumentNullException

Robert Jordan robertj at gmx.net
Thu Apr 24 09:00:45 EDT 2008


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



More information about the Mono-list mailing list