Exception in \NeatUpload\UploadHttpModule.cs line 466

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/5/2007 12:01:18 PM
Gravatar
Total Posts 488

Exception in \NeatUpload\UploadHttpModule.cs line 466

I use the latest SVN revision from /branches/joesandbox2.

When an unhandled exception was thrown from my code, I recieved a strange exception (something like "cannot clear HTTP headers after they are already sent").
4/6/2007 12:35:03 PM
Gravatar
Total Posts 148

Re: Exception in \NeatUpload\UploadHttpModule.cs line 466

What version of .NET or Mono are you using?

--Dean
4/6/2007 4:43:51 PM
Gravatar
Total Posts 488

Re: Exception in \NeatUpload\UploadHttpModule.cs line 466

Windows Server 2003 , IIS 6, ASP.NET 2.0.50727.0
4/6/2007 8:17:31 PM
Gravatar
Total Posts 148

Re: Exception in \NeatUpload\UploadHttpModule.cs line 466

Is there a call to Response.Flush() in the code path before the exception is thrown, or are you doing anything to prevent the page from being buffered before it is sent to the browser?

--Dean
4/6/2007 11:13:18 PM
Gravatar
Total Posts 148

Re: Exception in \NeatUpload\UploadHttpModule.cs line 466

I've committed a change (#1932) to branches/joesandbox2.  Let me know whether that fixes it.

--Dean
4/9/2007 5:22:37 AM
Gravatar
Total Posts 488

Re: Exception in \NeatUpload\UploadHttpModule.cs line 466

That fixes the problem, thanks.
You must sign in to post in the forums. This thread is closed to new posts.