Re: Error: Objet reference not set to an instance of an object

  •  12-01-2011, 8:40 AM

    Re: Error: Objet reference not set to an instance of an object

    Dear Kenneth,
     
    our customer performed the test as requested. This is the web page used for the test:
     
    <%@ Page Language="C#" %>
    <%@ Register Assembly="CuteWebUI.AjaxUploader" Namespace="CuteWebUI" TagPrefix="CuteWebUI" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title>Test AjaxUploader</title>
    </head>
    <body>
        <form id="form1" runat="server">
            <CuteWebUI:Uploader ID="Uploader1" runat="server">
            </CuteWebUI:Uploader>
        </form>
    </body>
    </html>
     
    During the test, the Firewall and the Anti-Virus were disabled.
     
    The result is the same: Object reference not set to an instance of an object.
     
    Please let me know what we could do to solve this issue.
     
    Best Regards,
     
    Tux.
View Complete Thread