Dan Smithers wrote: > Hi, > > I am trying to use serialization into a MemoryStream to construct > messages to pass between processes. > > I have _sort_ of got it working with the BinaryFormatter, but I would > like to send a human readable version for testing. > > Can anyone confirm that the SoapFormatter is implemented in Mono 1.2.6. > Is it just a simple replacement for the BinaryFormatter? > > Currently I get the error > type or namespace 'Soap' does not exist in > 'System.Runtime.Serialization.Formatters' >
You need to add a reference to System.Runtime.Serialization.Formatters.Soap.dll Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
