Bug Report B135843
Visible to All Users

ASPxUploadControl - ASPxUploadProgressHandlerPage.ashx does not exist

created 16 years ago

Hi, think there might be a bug in yout ASPxUploadControl.
Everything appears to run fine when I run your example code given in Question Q200775 (save/load progress bar) although my error handling is returning the following:
Message : The file 'ASPxUploadProgressHandlerPage.ashx' does not exist.
Source : System.Web
Stack Trace : at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
   at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Is there anything I am doing wrong or is this a bug?

Answers

created 16 years ago

Hello,
I downloaded the sample you mentioned, upgraded it to 9.1.3 (current version) and opened it. Everything worked perfectly. Immediately after loading the project in Visual Studio try to open default.aspx and switch to design view. After that, compile and run the project. Hope this will help.
Regards,
Alistair

    Comments (2)

      I found some issues with this.

      It came down to a missing folder, permissions on that folder and IIS being set the to Integrated vs. Classic.

      Missing Folder was /App_Data/UploadTemp

      Set Permissions for NETWORK SERVICE on that folder and it worked.

      Did I miss this in the documentation someplace or was there another reason it was missing?

      Can I change that path or use a different path if that one doesn't work for me?

      I hope this helps.

        Hello Jon,

        To process your recent post more efficiently, I created a separate ticket on your behalf: T160854: ASPxUploadControl - How to set Upload / Temp Folder permissions. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.