Trial Version Chat_Config

Last post 01-05-2006, 10:54 AM by bloveall. 8 replies.
Sort Posts: Previous Next
  •  01-04-2006, 11:41 AM 14403

    Trial Version Chat_Config

    Hello,
     
    I downloaded and installed the trial version of cutechat but was not able to change permissions on the remote database. When I ran CuteSoftConfig.exe, it failed probably for this reason. So I tried to add the appropriate data to the Cute_Config table but I am not 100% sure what is supposed to go there and I am also not sure what else CuteSoftConfig.exe might do. Could anyone provide me with what is supposed to be the contents of the Cute_Config database table and anything else that CuteSoftConfig.exe might do?
     
    Thanks,
     
    Brad
  •  01-04-2006, 2:27 PM 14424 in reply to 14403

    Re: Trial Version Chat_Config

    So I installed this again and got a completely different set of error messages: Here is what I get now:
     
    Could not load type from assembly CuteSoft.Chat, Version=2.1.0.0, Culture=neutral, PublicKeyToken=da0fc3a24b6f18ba.
    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.TypeLoadException: Could not load type from assembly CuteSoft.Chat, Version=2.1.0.0, Culture=neutral, PublicKeyToken=da0fc3a24b6f18ba.

    Source Error:

    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

      <%@ Page Language="C#" Debug="true" %>

    or:

    2) Add the following section to the configuration file of your application:

    <configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>

    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

    Stack Trace:

    [TypeLoadException: Could not load type from assembly CuteSoft.Chat, Version=2.1.0.0, Culture=neutral, PublicKeyToken=da0fc3a24b6f18ba.] System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +0 CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +91 CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +61 CuteSoft.Chat.Impl.WebLayerChatApiDecorator.BeforeInvoke() +185 CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetLobbies_InterceptedCall() +77 _ASP.Default_aspx.Page_Load(Object sender, EventArgs e) +39 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +720

    Good times...
     
    Anyone???
  •  01-04-2006, 2:53 PM 14428 in reply to 14424

    Re: Trial Version Chat_Config

    Have you created the virual directory for testing?

    Can post your file structure?
     
     

    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

  •  01-04-2006, 3:46 PM 14434 in reply to 14428

    Re: Trial Version Chat_Config

    Hello,

    My file structure is:

    C:\CuteChat\Web

    Yes, I have created the virtual directory in IIS.

    The issue might be related to the database table since I couldn't run the CuteChatConfig.exe but I did add data based on a post I read.

    Thanks,

    Brad
     
  •  01-04-2006, 7:10 PM 14443 in reply to 14434

    Re: Trial Version Chat_Config

    Brad,
     
    I think you have problems with your file structure because we have the error message "Could not load type from assembly CuteSoft.Chat"
     
    Can you make sure you create a virtual direcroty and point it to "C:\CuteChat\Web"?

    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

  •  01-05-2006, 9:49 AM 14460 in reply to 14443

    Re: Trial Version Chat_Config

    Hello Adam,
     
    Yes, I have created the virtual directory. Indeed, I have uninstalled and reinstalled about 5 times this morning, creating a virtual directory each time and I get an error message each time. This time the error message is:

    Is there an issue with "GetLobbies????" As aforementioned, I had to manually add the database info. Perhaps I added something wrong there?

    Brad
     

    Could not load type from assembly CuteSoft.Chat, Version=2.1.0.0, Culture=neutral, PublicKeyToken=da0fc3a24b6f18ba.

    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.TypeLoadException: Could not load type from assembly CuteSoft.Chat, Version=2.1.0.0, Culture=neutral, PublicKeyToken=da0fc3a24b6f18ba.

    Source Error:

    Line 110:		private Chat_Lobby[] GetAllCuteChatLobbies()
    Line 111:		{
    Line 112:			return ChatWebUtility.Api.GetLobbies();
    Line 113:		}
    Line 114:		

    Source File: C:\CuteSoft\Web\Default.aspx    Line: 112

    Stack Trace:

    [TypeLoadException: Could not load type   from assembly CuteSoft.Chat, Version=2.1.0.0, Culture=neutral, PublicKeyToken=da0fc3a24b6f18ba.]
       System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +0
       CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +91
       CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +61
       CuteSoft.Chat.Impl.WebLayerChatApiDecorator.BeforeInvoke() +185
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetLobbies_InterceptedCall() +77
       ASP.Default_aspx.GetAllCuteChatLobbies() in C:\CuteSoft\Web\Default.aspx:112
       ASP.Default_aspx.Page_Load(Object sender, EventArgs e) in C:\CuteSoft\Web\Default.aspx:105
       System.Web.UI.Control.OnLoad(EventArgs e) +67
       System.Web.UI.Control.LoadRecursive() +35
       System.Web.UI.Page.ProcessRequestMain() +731
    
  •  01-05-2006, 10:08 AM 14461 in reply to 14443

    Re: Trial Version Chat_Config

    I was finally able to get this to work but only after I was able to run the CuteChatConfig.exe. I am not sure what exactly that does but as soon as I was able to successfully run that, both of my installations worked. So I think it was a database issue. What exactly does this CuteChatConfig.exe do Adam? It would be nice to know for future reference.
     
    Thanks,
     
    Brad
  •  01-05-2006, 10:38 AM 14462 in reply to 14461

    Re: Trial Version Chat_Config

    Now I get another error message within the app:

    Connection Failed.: Check CuteChat General License Failed : String was not recognized as a valid DateTime.
     
    Any ideas?
  •  01-05-2006, 10:54 AM 14463 in reply to 14462

    Re: Trial Version Chat_Config

    Okay I finally found a download of another trial version license on this site and it worked. I don't know why the license that I originally downloaded did not work.
View as RSS news feed in XML