installation problems

  •  01-20-2007, 6:10 PM

    installation problems

    I'm running the trial version of the stand alone cute chat for asp.net. I'm running into a page error with the banner.aspx file. I set the folder application to asp.net 2.0, put the connection string in the web.config file, ran the sql scripts and moved everything into the folder. When i try to access the files I get:
     
    ( You can see this in action at http://katg.easycgi.com/chattest )
     
     

    Server Error in '/Chat' Application.

    Object reference not set to an instance of an object.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

    Source Error:

    Line 67:   }
                Line 68:
                Line 69:   if(CuteSoft.Chat.ChatWebUtility.CurrentIdentityIsAdministrator)
                Line 70:    temp += "<a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";
                Line 71:   TopMenu.Text = temp;

    Source File: c:\websites\katg59\katg.com\Chat\banner.ascx    Line: 69
View Complete Thread