I think a Windows Update might have killed the file upload of the Blog module. In edit mode the following exception occurs attempting to upload a file. Several users reported this happening to them and I was able to duplicate. .NET 2.0 SP 1 was installed on the machine a couple of weeks ago. Anyone have any ideas before I back it out?
Message: DotNetNuke.Services.Exceptions.PageLoadException: Arithmetic operation resulted in an overflow. ---> System.OverflowException: Arithmetic operation resulted in an overflow. at DotNetNuke.Modules.Blog.EditEntry.UploadFiles(Int32 PortalId, String EntryPath, HttpPostedFile objFile, Int32 FileType) at DotNetNuke.Modules.Blog.EditEntry.uploadFile(String pFilePath, EntryInfo pEntry, Int32 FileType) at DotNetNuke.Modules.Blog.EditEntry.btnUploadAttachment_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---