I have a fresh install of DMX 05.00.04. When I add a new item to DMX, if I goto any of the following new item sections:
Core Metadata
Custom
Permissions
Categories
I get the following error (I turned Debug on to see this)
Server Error in '/' Application.
Data length (37338) is shorter than Content-Length (37378) and client is still connected.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Data length (37338) is shorter than Content-Length (37378) and client is still connected.
Source Error:
Line 84:
Line 85: ' run schedule if in Request mode
Line 86: Initialize.RunSchedule(Request) Line 87:
Line 88: End Sub
|
Source File: E:\wwwroot\dotnetnuke\App_Code\Global.asax.vb Line: 86
Stack Trace:
[HttpException (0x80004005): Data length (37338) is shorter than Content-Length (37378) and client is still connected.]
Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() +2632
Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() +253
Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) +21
System.Web.HttpWorkerRequest.HasEntityBody() +17
System.Web.HttpRequest.GetEncodingFromHeaders() +168
System.Web.HttpRequest.get_ContentEncoding() +48
System.Web.HttpRequest.get_QueryStringText() +60
System.Web.HttpRequest.get_Url() +43
DotNetNuke.Common.Initialize.RunSchedule(HttpRequest request) +24
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in E:\wwwroot\dotnetnuke\App_Code\Global.asax.vb:86
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
[HttpException (0x80004005): Unhandled HttpException while processing NeatUpload child request]
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +844
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433