normalHandler.ProcessRequest(context) causes my blank sharepoint web page

I have this code that doesn t cause an execution error, but results in an empty page. Is there any thing i can do to fix the problem or to lacate the cause

Microsoft.SharePoint.ApplicationRuntime.SharePointHandler normalHandler = new Microsoft.SharePoint.ApplicationRuntime.SharePointHandler();
normalHandler.ProcessRequest(context);

Thank you.



Answer this question

normalHandler.ProcessRequest(context) causes my blank sharepoint web page

  • J. Hammer

    Actuall y the page that I try to execute and which causes the [problem is when I try to export a web part. Since it s supposed to pop up with a dialog window, and since in my code i change the http handler, that caused a blank page. But i m still not sure what causes the error in the code and how i can fix the problem

    Thanks


  • Amde

    actually we were not writing asny thing in responsestream so that s why it was producing blank PAGE :)

    Thanks


  • normalHandler.ProcessRequest(context) causes my blank sharepoint web page