Re: Trial Version Chat_Config

  •  01-05-2006, 9:49 AM

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