Cute Chat integration with Community Server 2008

Last post 10-25-2008, 8:54 PM by Adam. 17 replies.
Sort Posts: Previous Next
  •  08-15-2008, 11:38 AM 42998

    Cute Chat integration with Community Server 2008

    Hello, I am a developer hoping to integrate Cute Chat with Community Server 2008.  The most important feature is that the chat works seamlessly from CS 2008, and it can be styled to look similar to the client brand.
     
    I realize that  the current release is for CS 2007, yet from what I read here that Cute Chat integration will not work for CS 2008.
     
    Can anyone verify this for me?  Can anyone give me an idea of why the integration fails and if Cutesoft has plans to fix this? And when?
     
    Thanks!
  •  08-15-2008, 12:54 PM 43001 in reply to 42998

    Re: Cute Chat integration with Community Server 2008

    AshMach,
     
    Cute Chat supports CS 2008. The Integration instruction for CS 2007 alsow works for CS 2008.
     
    Hope it helps.
     
    Let me know if you have any further questions.

    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

  •  08-30-2008, 6:52 AM 43388 in reply to 42998

    Re: Cute Chat integration with Community Server 2008

    I just upgraded to CS 2008 yesterday and Chat does not work for me. Since this was an upgrade, there should have been nothing to do except edit a couple of files to show it on the navigation bar.
     
    I get the following .NET error when launching chat.aspx.
     

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Cannot create an object of type 'CommunityServer.Controls.UserLinkTo' from its string representation 'UserPrivateMessages' for the 'LinkTo' property.

    Source Error:

    Line 34: <CSControl:ConditionalContent runat="server">
                Line 35: <ContentConditions>
                Line 36: <CSControl:CustomCondition runat="server" CustomResult="<%# UserMessages.UnreadMessagesCount(CSContext.Current.User.UserID) > 0 %>" />    </ContentConditions>    <LeaderTemplate>| </LeaderTemplate>    <TrueContentTemplate><CSControl:UserData runat="server" LinkTo="UserPrivateMessages" LinkCssClass="NewPrivateMessage"><ContentTemplate><%# string.Format(ResourceManager.GetString("PrivateMessage_Unread"), UserMessages.UnreadMessagesCount(CSContext.Current.User.UserID)) %></ContentTemplate></CSControl:UserData></TrueContentTemplate>    <FalseContentTemplate><CSControl:UserData runat="server" LinkTo="UserPrivateMessages" ResourceName="PrivateMessages_Messages" /></FalseContentTemplate></CSControl:ConditionalContent>
                Line 37:     </ContentTemplate>
                Line 38: </CSControl:UserData>

    Source File: /Themes/default/Common/UserWelcome.ascx    Line: 36

  •  08-30-2008, 7:15 AM 43389 in reply to 43388

    Re: Cute Chat integration with Community Server 2008

    This error can be resolved by editing the chat.aspx file and changing the first line in the file. Look for MasterPageFile="Themes/default/Common/master.Master" and change it to MasterPageFile="Themes/hawaii/Common/master.Master"
     
    CS defaults to the Hawaii theme.
     
    Unfortunately this doe not resolve the issues. The global.ascx uses components that are depricated and I cannot get past that step.
     
    This a pretty critical thing for me. Does the new code you mentioned in another thread address these issues?
  •  09-05-2008, 4:49 PM 43662 in reply to 43389

    Re: Cute Chat integration with Community Server 2008

    Can someone please answer the question? I posted the error, what more do I need to post? If you need more info I will get it for you. I now have a non functional product that I have already paid for. Can someone help?
  •  09-08-2008, 4:52 AM 43684 in reply to 43662

    Re: Cute Chat integration with Community Server 2008

    I think have the issue narrowed down to the global.asax file, but not being a programmer I have no idea how to fix it. If I use the default global.asax file my entire site is not accessible and the following error is produced.
     
     

    Server Error in '/' Application.

    Compilation Error

    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: CS0619: 'Telligent.Components.DataProvider' is obsolete: 'This class should no longer be used. Please change the namespace to Telligent.Common.Components for access to this code.'

    Source Error:

    Line 22:         public override string GetConnectionString()
                Line 23:         {
                Line 24:             string connectionstring = Telligent.Components.DataProvider.GetConnectionString();
                Line 25: 		    if(connectionstring==null||connectionstring.Trim()=="")
                Line 26: 			    throw(new Exception("Missing appSetting : SiteSqlServer"));

    Source File: c:\Web Sites\Annex\Global.asax    Line: 24



    c:\windows\system32\inetsrv> "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\8d13435c\d00c1ac0_e109c901\CommunityServer.Blogs.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\App_Code.iuo0npjf.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\97704d77\a0c492c0_e109c901\Telligent.DynamicConfiguration.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\2b9af5b5\f0193219_0701c801\CommunityServer.Reporting.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\b88a112a\10632cc0_e109c901\CommunityServer.Controls.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\9e0db0b5\900b2f19_0701c801\CommunityServer.Points.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\b40f29c3\c0923019_0701c801\CommunityServer.Reader.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\c85e33aa\407715c0_e109c901\CommunityServer.ASPNet20MemberRole.DLL" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\6423aa88\f0118afa_665bc801\CuteChat.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e4d885ed\d0ee2819_0701c801\CommunityServer.Galleries.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\fe022f86\00d382ce_957cc701\Websoft.Notifications.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e68b1ebe\50c97183_ca09c901\Telligent.Registration.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\57363ed0\001581bd_4462c701\CommunityServer.Mail.Data.SqlDataProvider.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\87f3878c\10004783_ca09c901\Janrain.OpenId.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\f5288e87\a0f830c0_e109c901\CommunityServer.Data.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\eaf6c52b\a0672719_0701c801\CommunityServer.Files.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\c0a02eff\a0223383_ca09c901\CommunityServer.Urls.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\5e84bb99\20a555c0_e109c901\CommunityServer.RegexLibrary.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\051c8cef\606e80c0_e109c901\CommunityServer.Wss.WebServices.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\9e4c06fa\00ed64c0_e109c901\CommunityServer.WebServices.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e071d74f\20323dc0_e109c901\CommunityServer.MailGateway.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\741964d1\b093a3c0_e109c901\Telligent.Glow.MultipleFileUpload.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\ca488a96\40d05ec0_e109c901\CommunityServer.Web.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\a5d5bce0\60f74519_0701c801\CookComputing.XmlRpcV2.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\51c1c4a6\20a13319_0701c801\CommunityServer.RollerBlogs.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\5c3b4083\f0aa3bc0_e109c901\CommunityServer.Ldap.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\95dfa3bb\708762f6_665bc801\CuteChat.AppCode.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\15924589\601537c0_e109c901\CommunityServer.Discussions.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\8763df2f\10a45d61_190ac901\GetBen.DynamicNavigation.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\a0812e2d\30014ec0_e109c901\CommunityServer.Messages.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e0292989\90e00983_ca09c901\CommunityServer.IPBanning.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\b89ff919\c0054919_0701c801\RSS.NET.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e2e6fcf4\00eb5f1b_3abec701\CookComputing.XmlRpc.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\8a686326\700e4a83_ca09c901\Telligent.AmazonS3.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\5d2ee7c0\20bf24c0_e109c901\CommunityServer.Components.SearchBarrel.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e1209620\10d644c0_e109c901\CommunityServer.MailGateway.MailRoom.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\66825032\b07e2b83_ca09c901\CommunityServer.SqlDataProvider.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\99a5ebe4\30e77ec0_e109c901\CommunityServer.Wikis.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\bb8f8ade\f0612583_ca09c901\CommunityServer.OpenId.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e997f814\00a74702_146ec701\nbdc.communityserver.themes.aero.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\240f67f6\c0096bc0_e109c901\CommunityServer.WebServices.Services.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\d6d8b1e6\00686ab5_27bec701\CuteSoft.Chat.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\ec12d881\001581bd_4462c701\CommunityServer.Mail.Common.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\71f41b9a\a06b49c0_e109c901\CommunityServer.MediaGalleries.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\62ed2f83\f08c4a19_0701c801\SgmlReaderDll.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\80be94e9\d0beacc0_e109c901\Telligent.TinyMCEWrapper.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\98db0920\001581bd_4462c701\Telligent.Web.UI.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\7e7410a8\502c57c0_e109c901\CommunityServer.Spam.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\d85b9823\30704419_0701c801\ComponentArt.Web.UI.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\6ef6e8ba\70b0a9c0_e109c901\Telligent.MailGateway.Common.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\c29a2412\501288c0_e109c901\Telligent.Components.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\3bbac0fc\c0b021c0_e109c901\CommunityServer.Components.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\d2a8fad3\907e4719_0701c801\MetaBuilders.WebControls.MasterPages.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\bb2d2907\c0ef9bc0_e109c901\Telligent.Glow.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\9c095043\509b4d19_0701c801\Telligent.CommunityServer.Metadata.Extractor.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\da3ab439\a07b7c83_ca09c901\Telligent.Tasks.DLL" /out:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\App_global.asax.ydl29gus.dll" /D:DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699;1701  "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\App_global.asax.ydl29gus.0.cs" "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\App_global.asax.ydl29gus.1.cs"
                Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.1433
                for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
                Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
                c:\Web Sites\Annex\Global.asax(24,60): error CS0619: 'Telligent.Components.DataProvider' is obsolete: 'This class should no longer be used.  Please change the namespace to Telligent.Common.Components for access to this code.'
                c:\Web Sites\Annex\Global.asax(24,39): error CS0619: 'Telligent.Components.DataProvider' is obsolete: 'This class should no longer be used.  Please change the namespace to Telligent.Common.Components for access to this code.'
                




    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
  •  09-09-2008, 12:30 PM 43771 in reply to 43684

    Re: Cute Chat integration with Community Server 2008

    duke,
     
    We are investigating this issue and will get back to you as soon as possible.

    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

  •  09-10-2008, 12:57 PM 43826 in reply to 43684

    Re: Cute Chat integration with Community Server 2008

    Please open the  following file:
     
    Themes\default\Common\UserWelcome.ascx
     
    and go to line 33.
     
    Delete the following code:
     
    <CSControl:UserData runat="server" LinkTo="UserPrivateMessages" ResourceName="PrivateMessage_Unread"><LeaderTemplate>| </LeaderTemplate></CSControl:UserData>
     
    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

  •  09-10-2008, 8:25 PM 43830 in reply to 43826

    Re: Cute Chat integration with Community Server 2008

    Adam,
     
    I changed the code you requested and now this error occurs.
     
     

    Server Error in '/' Application.

    ChatSystem not installed

    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.Exception: ChatSystem not installed

    Source Error:

    Line 54: 			{
                Line 55: 				ArrayList lobbies=new ArrayList();
                Line 56: 				foreach(LobbyInfo lobby in ChatApi.GetLobbyInfoArray())
                Line 57: 				{
                Line 58: 					if(lobby.Lobby.Integration=="")

    Source File: c:\Web Sites\Annex\Chat.aspx    Line: 56

    Stack Trace:

    [Exception: ChatSystem not installed]
                CuteChat.ChatSystem.get_Instance() +57
                CuteChat.ChatApi.GetLobbyInfoArray() +30
                ASP.chat_aspx.Page_Load(Object sender, EventArgs e) in c:\Web Sites\Annex\Chat.aspx:56
                System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
                System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
                System.Web.UI.Control.OnLoad(EventArgs e) +99
                System.Web.UI.Control.LoadRecursive() +47
                System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
                

  •  09-11-2008, 1:07 PM 43852 in reply to 43830

    Re: Cute Chat integration with Community Server 2008

    Did you miss the step below?
     

    The following files/folder should be deployed to the root of your Community Server installation.

    • CuteSoft_Client
    • RedirectForumToChat.aspx
    • global.asax

    Display the screenshot of this step


    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

  •  09-11-2008, 3:23 PM 43859 in reply to 43852

    Re: Cute Chat integration with Community Server 2008

    The global.asax causes the following error. This also renders the rest of my site inoperable.
     
    One addtional note is that if you do not upgrade from CS 2007, there is no default theme anymore.
     
    Server Error in '/' Application.

    Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: CS0619: 'Telligent.Components.DataProvider' is obsolete: 'This class should no longer be used. Please change the namespace to Telligent.Common.Components for access to this code.'

    Source Error:

     
    Line 22: public override string GetConnectionString() Line 23: { Line 24: string connectionstring = Telligent.Components.DataProvider.GetConnectionString(); Line 25: if(connectionstring==null||connectionstring.Trim()=="") Line 26: throw(new Exception("Missing appSetting : SiteSqlServer"));

    Source File: c:\Web Sites\Annex\Global.asax    Line: 24



    c:\windows\system32\inetsrv> "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\62ed2f83\f08c4a19_0701c801\SgmlReaderDll.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\b89ff919\c0054919_0701c801\RSS.NET.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\80be94e9\d0beacc0_e109c901\Telligent.TinyMCEWrapper.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\c29a2412\501288c0_e109c901\Telligent.Components.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\6423aa88\f0118afa_665bc801\CuteChat.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\5d2ee7c0\20bf24c0_e109c901\CommunityServer.Components.SearchBarrel.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\b88a112a\10632cc0_e109c901\CommunityServer.Controls.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\2b9af5b5\f0193219_0701c801\CommunityServer.Reporting.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\7e7410a8\502c57c0_e109c901\CommunityServer.Spam.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\5c3b4083\f0aa3bc0_e109c901\CommunityServer.Ldap.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e2e6fcf4\00eb5f1b_3abec701\CookComputing.XmlRpc.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\051c8cef\606e80c0_e109c901\CommunityServer.Wss.WebServices.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\d2a8fad3\907e4719_0701c801\MetaBuilders.WebControls.MasterPages.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\App_Code.sjy1nlae.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\8d13435c\d00c1ac0_e109c901\CommunityServer.Blogs.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\f5288e87\a0f830c0_e109c901\CommunityServer.Data.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\57363ed0\001581bd_4462c701\CommunityServer.Mail.Data.SqlDataProvider.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e68b1ebe\50c97183_ca09c901\Telligent.Registration.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\a5d5bce0\60f74519_0701c801\CookComputing.XmlRpcV2.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\3bbac0fc\c0b021c0_e109c901\CommunityServer.Components.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\95dfa3bb\708762f6_665bc801\CuteChat.AppCode.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e4d885ed\d0ee2819_0701c801\CommunityServer.Galleries.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\d6d8b1e6\00686ab5_27bec701\CuteSoft.Chat.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\6ef6e8ba\70b0a9c0_e109c901\Telligent.MailGateway.Common.DLL" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\8a686326\700e4a83_ca09c901\Telligent.AmazonS3.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\9c095043\509b4d19_0701c801\Telligent.CommunityServer.Metadata.Extractor.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\ca488a96\40d05ec0_e109c901\CommunityServer.Web.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\a0812e2d\30014ec0_e109c901\CommunityServer.Messages.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\eaf6c52b\a0672719_0701c801\CommunityServer.Files.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\c0a02eff\a0223383_ca09c901\CommunityServer.Urls.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\da3ab439\a07b7c83_ca09c901\Telligent.Tasks.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\240f67f6\c0096bc0_e109c901\CommunityServer.WebServices.Services.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e1209620\10d644c0_e109c901\CommunityServer.MailGateway.MailRoom.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\fe022f86\00d382ce_957cc701\Websoft.Notifications.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\71f41b9a\a06b49c0_e109c901\CommunityServer.MediaGalleries.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\8763df2f\10a45d61_190ac901\GetBen.DynamicNavigation.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\98db0920\001581bd_4462c701\Telligent.Web.UI.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\9e0db0b5\900b2f19_0701c801\CommunityServer.Points.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\c85e33aa\407715c0_e109c901\CommunityServer.ASPNet20MemberRole.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\d85b9823\30704419_0701c801\ComponentArt.Web.UI.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\9e4c06fa\00ed64c0_e109c901\CommunityServer.WebServices.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\bb8f8ade\f0612583_ca09c901\CommunityServer.OpenId.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\99a5ebe4\30e77ec0_e109c901\CommunityServer.Wikis.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e0292989\90e00983_ca09c901\CommunityServer.IPBanning.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\b40f29c3\c0923019_0701c801\CommunityServer.Reader.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\ec12d881\001581bd_4462c701\CommunityServer.Mail.Common.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\5e84bb99\20a555c0_e109c901\CommunityServer.RegexLibrary.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\97704d77\a0c492c0_e109c901\Telligent.DynamicConfiguration.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\66825032\b07e2b83_ca09c901\CommunityServer.SqlDataProvider.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\51c1c4a6\20a13319_0701c801\CommunityServer.RollerBlogs.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e071d74f\20323dc0_e109c901\CommunityServer.MailGateway.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\bb2d2907\c0ef9bc0_e109c901\Telligent.Glow.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\15924589\601537c0_e109c901\CommunityServer.Discussions.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\741964d1\b093a3c0_e109c901\Telligent.Glow.MultipleFileUpload.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\e997f814\00a74702_146ec701\nbdc.communityserver.themes.aero.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\assembly\dl3\87f3878c\10004783_ca09c901\Janrain.OpenId.DLL" /out:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\App_global.asax.eftl_qvm.dll" /D:DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699;1701 "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\App_global.asax.eftl_qvm.0.cs" "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c86e9063\233c7f1c\App_global.asax.eftl_qvm.1.cs" Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.1433 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727 Copyright (C) Microsoft Corporation 2001-2005. All rights reserved. c:\Web Sites\Annex\Global.asax(24,60): error CS0619: 'Telligent.Components.DataProvider' is obsolete: 'This class should no longer be used. Please change the namespace to Telligent.Common.Components for access to this code.' c:\Web Sites\Annex\Global.asax(24,39): error CS0619: 'Telligent.Components.DataProvider' is obsolete: 'This class should no longer be used. Please change the namespace to Telligent.Common.Components for access to this code.'

  •  09-11-2008, 4:04 PM 43861 in reply to 43859

    Re: Cute Chat integration with Community Server 2008

  •  09-15-2008, 4:43 AM 43926 in reply to 43861

    Re: Cute Chat integration with Community Server 2008

    Any word on this? I sent the FTP info last Thursday as requested.
  •  09-15-2008, 10:04 PM 43954 in reply to 43926

    Re: Cute Chat integration with Community Server 2008

    Hi duke, 

    I received your FTP information and have checked your site.
     
    However I found this FTP access doesn't have the write permission. 

    Please set up it for us. 

    Keep me posted

  •  09-16-2008, 6:57 AM 43969 in reply to 43954

    Re: Cute Chat integration with Community Server 2008

    I have granted permissions, please be careful.
  •  09-18-2008, 9:18 PM 44084 in reply to 43969

    Re: Cute Chat integration with Community Server 2008

    This issue has been resolved in the new update
     
    Ken
  •  10-25-2008, 8:46 PM 45096 in reply to 44084

    Re: Cute Chat integration with Community Server 2008

    Where is the update?  The 2008 download is not available.
  •  10-25-2008, 8:54 PM 45098 in reply to 45096

    Re: Cute Chat integration with Community Server 2008

View as RSS news feed in XML