Re: Uploading a PDF file sometimes cause "Object reference not set to an instance of an object" error.

  •  11-08-2009, 8:20 PM

    Re: Uploading a PDF file sometimes cause "Object reference not set to an instance of an object" error.

    Aldrich
     
    I think your web server of the VisualStudio throws that error.
     
    You can try to run such page for test :
     
    <%@ Page Language="C#" %>
    <%= Context.Request.UserHostAddress%>
     
    Regards,
    Terry
     
     
View Complete Thread