DNN 4.8.2 compatibility problems?

Last post 04-14-2008, 2:10 PM by mike8375. 2 replies.
Sort Posts: Previous Next
  •  04-13-2008, 8:47 PM 39160

    DNN 4.8.2 compatibility problems?

    I recently upgraded my DNN installation to 4.8.2 and noticed right after that the chat module no longer works. Is this related to the upgrade, or is it a different problem? I'm using CuteChat v4, Any help would be greatly appreciated, thank you.
     
    On the page in which the chat rooms are installed I get this error:
     
    A critical error has occurred.
    ChatSystem not installed
     
    The full error from the event log says this:
     
    AssemblyVersion: 04.08.02
    PortalID: 0
    PortalName: MySite.com
    UserID: -1
    UserName:
    ActiveTabID: 100
    ActiveTabName: Chat
    RawURL: /Chat/tabid/100/Default.aspx
    AbsoluteURL: /Default.aspx
    AbsoluteURLReferrer: http://
    MySite.com/Default.aspx?tabid=100&error=ChatSystem+not+installed&content=0
    UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727)
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    ExceptionGUID: 150d2ac3-ab37-4d8d-a8f3-5e5a9adbd57f
    InnerException: ChatSystem not installed
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: CuteChat.ChatSystem.get_Instance
    StackTrace:
    Message: DotNetNuke.Services.Exceptions.PageLoadException: ChatSystem not installed ---> System.Exception: ChatSystem not installed at CuteChat.ChatSystem.get_Instance() at CuteChat.ChatApi.GetLobbyInfoArray() at ASP.desktopmodules_cutesoft_client_cutechatcontrols_lobbies_ascx.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
    Source:
    Server Name: POWER_1-1
  •  04-14-2008, 8:46 AM 39194 in reply to 39160

    Re: DNN 4.8.2 compatibility problems?

    mike8375,
     
    Did you miss the step 4?
     

    Deployment files to the DotNetNuke solution.


    • The DNNChatProvider.vb file under App_Code folder should be deployed to App_Code directory of your DNN installation.
    • The license files (cutechat.lic, CuteMessenger.lic) under bin folder should be deployed to bin directory of your DNN installation.
    • Global.asax should be deployed to the root of your DNN installation.
     
     
    Keep me posted
     

    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-14-2008, 2:10 PM 39199 in reply to 39194

    Re: DNN 4.8.2 compatibility problems?

    That was indeed the problem. During upgrade I over-wrote the Global.asax file thus
    omitting the cutechat code that was in there. Sorry, thank you for your help.  :)

View as RSS news feed in XML