I think the problem is that the XmlTextWriter is closing the HttpWriter. I believe that HttpWriter.Close() should not cause the underlying stream to be closed.
Piers. > -----Original Message----- > From: Piers Haken > Sent: Thursday, August 14, 2003 8:57 AM > To: Gonzalo Paniagua Javier; [EMAIL PROTECTED] > Subject: RE: [Mono-list] XSP broken? > > > Ah, thanks! > > I've attached a small test case that exhibits the > ObjectDisposedException problem I was seeing before... > > Piers. > > > -----Original Message----- > > From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 13, 2003 11:19 AM > > To: [EMAIL PROTECTED] > > Subject: Re: [Mono-list] XSP broken? > > > > > > El mi? 13-08-2003 a las 18:17, Piers Haken escribi�: > > > I can't get XSP to run the monodoc .ashx handler any more, it just > > > sends the .ashx file as text. I have current CVS of > > everything as of > > > about an hour ago. > > > > You need the .ashx handler in machine.config file, which is > > installed from the runtime. > > > > -Gonzalo > > > > > > _______________________________________________ > > Mono-list maillist - [EMAIL PROTECTED] > > http://lists.ximian.com/mailman/listinfo/mono-list > > > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
