Re: Trial Version Chat_Config

  •  01-04-2006, 2:27 PM

    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???
View Complete Thread