sentry23 wrote
Hi, Earlier I've posted with an odd download problem in DNN3, so we've now upgraded to 4 for our corp Intranet, and almost directly ran into a problem. The site is larger then 2GB (which DNN 4 now supports), downloading by postback on a IIS site running compression still seems to give the odd problem, but without compression on dynamic pages it works, but I'm getting a 'A critical error has occurred. Arithmetic operation resulted in an overflow.' error. So, is there still a 32 bit issue in the latest released repository code ?
i'm seeing some problems that seem outside of even this, as i'm running 4.3.4. i think the site is right around 2gb at this point, but in site settings i have disk space set to 0 (which should be unlimited). also, note that i can upload files fine through the file manager, this exception happens only when i try uploading through a module such as repository (or even ventrian's simple gallery). here's the basic info:
dnn 4.3.4
repository 03.01.10
EXCEPTION:
AssemblyVersion: 04.03.04
PortalID: 0
PortalName: XXXXXXXXXX.XXXX
UserID: 3
UserName: <username>
ActiveTabID: 67
ActiveTabName: uploads
RawURL: /misc/uploads/tabid/67/ctl/UserUpload/mid/428/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://<MYDOMAIN.COM>/misc/uploads/tabid/67/ctl/UserUpload/mid/428/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9d403002-420f-462f-be23-066521c91d5f
InnerException: Arithmetic operation resulted in an overflow.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Repository.RepositoryBL.UploadFiles
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Arithmetic operation resulted in an overflow. ---> System.OverflowException: Arithmetic operation resulted in an overflow. at DotNetNuke.Modules.Repository.RepositoryBL.UploadFiles(Int32 PortalID, Int32 ModuleID, String fileURL, String imageURL, Object objFile, Object objImageFile, RepositoryInfo pRepository, String strCategories, String strAttributes) at DotNetNuke.Modules.Repository.RepositoryBL.UploadFiles(Int32 PortalID, Int32 ModuleID, HttpPostedFile objFile, HttpPostedFile objImageFile, RepositoryInfo pRepository, String strCategories, String strAttributes) at DotNetNuke.Modules.Repository.Form.btnUpload_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 ---
Source:
Server Name: JILLC-WS17
HELP?!