Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Hrushikesh on Nov 18, 2009 08:14
open dhtmlx forum
DHTMLXVault throwing error

Hi,

I have borrowed Enterprise license for DHTMLXVault. I tried running the sample application and it is not working at my end.
I tried doing following.

1. Opened 'dhtmlxvault_pro 1.5\handlers\aspx' as a website in Visual studio 2008.
2. Set 'index.htm' as a startup page.
3. Run the application.
4. Selected one text file for upload.
5. Clicked 'Upload' button.

Though the status in GUI shows 'Done'. The file is not uploaded in target folder.

When i tried debugging, I found that 'workerRequest.GetPreloadedEntityBody();' call is returning NULL and hence is the cause of the error.

Could you please provide me help on this?

Thanks,
Hrushikesh
Answer posted by Support on Nov 19, 2009 07:28
Hi,
The provided handler sample code is not a web application. It was designed to be run directly on IIS. I do not know exactly how do you currently use it, how did you make your web app? What are the error messages?
I need more details to help you.