Was looking in the 4.2.2 notes and saw this:

Reduce lifetime of wrapped Streams in InputStreamAdapter,
InputStreamInvoker, OutputStreamAdapter, OutputStreamInvoker. Disposing of
the wrapper instance will now dispose the wrapped instance.

Any chance this is the cause? Also I noticed this also affects
MemoryStream.Length retrieval when coding like this:
using(MemoryStream ms = new MemoryStream())
{
    var memInfoLenght = ms.Length; // ms.Length is already disposed here?
}

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/MfA-4-2-2-FileStream-Length-System-ObjectDisposedException-tp5710046p5710047.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to