[Mono-dev] header have been already sent ?
Miguel de Icaza
miguel at ximian.com
Mon Sep 5 11:10:04 EDT 2005
Hello,
> I'm back from my holydays... and i've updated mono from svn...
> It seems that there are many changes in ASP.NET
> Many web application that worked before doesn't work now...
>
> The first error I experience is an xsp error :
We need a test case for this.
Something in your code is triggering the HTTP headers to be sent. You
can debug this by adding a:
Console.WriteLine (Environment.StackTrace)
To:
mcs/class/System.Web/System.Web/HttpResponse.cs
in the method "WriteHeaders"
Send me the output.
Miguel
More information about the Mono-devel-list
mailing list