Cuter Chat 3.1 Configuration in Local IIS server

Last post 04-19-2007, 3:51 AM by Adam. 3 replies.
Sort Posts: Previous Next
  •  12-11-2006, 8:32 AM 25017

    Cuter Chat 3.1 Configuration in Local IIS server

    can any one help me for configuring Cute Chat 3.1 in Local IIS server.........
     
    i am configured, but it shows an error.....
     
    error message:

    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: d:\Ajax Chat\Framework 1.x Web\banner.ascx    Line: 69

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
                CuteSoft.Chat.ChatDataManager.GetConfigs() +66
                CuteSoft.Chat.ChatDataManager.GetConfig(String configname) +17
                CuteSoft.Chat.ChatApiImpl.DoGetConfig(String name) +149
                CuteSoft.Chat.ChatApiImpl.GetConfig(String name) +66
                CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +77
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +76
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentityIsAdministrator() +5
                ASP.banner_ascx.Page_Load(Object sender, EventArgs e) in d:\Ajax Chat\Framework 1.x Web\banner.ascx:69
                System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
                System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
                System.Web.UI.Control.OnLoad(EventArgs e) +99
                System.Web.UI.Control.LoadRecursive() +47
                System.Web.UI.Control.LoadRecursive() +131
                System.Web.UI.Control.LoadRecursive() +131
                System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
                
    Filed under: , ,
  •  12-11-2006, 10:52 AM 25021 in reply to 25017

    Re: Cuter Chat 3.1 Configuration in Local IIS server

    mkiran,
     
    Please check your connection string in your web.config.
     
    <add key="ConnectionString" value="server=(local)\portal;database=SamplePortal;uid=test;pwd=test"/>
      
    First you need to make sure your point to the right DB and the database user's uidand pwd is correct. You also need to check and make sure you run the Cute Chat SQL script against this database.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-17-2007, 7:16 PM 28522 in reply to 25017

    Re: Cuter Chat 3.1 Configuration in Local IIS server

    I the same problem. I do notice that it is showing:

    EventArgs e) in d:\Ajax Chat\Framework 1.x Web\banner.ascx:69

    The virtual directory is pointed to the 2.0 framework. I have SQL setup right and the access needed so I am still searching for the solution.


  •  04-19-2007, 3:51 AM 28594 in reply to 28522

    Re: Cuter Chat 3.1 Configuration in Local IIS server

    mikebelcher,
     
    Did you get a different error?
     
     
    If you are new to .net stuff, you may need to use our installation service.
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML