CuteChatControls missing from Standalone install

  •  10-30-2005, 9:06 AM

    CuteChatControls missing from Standalone install

    Just performed a standalone install (several times) from the latest software.
     
    I keep getting the same error:
     
     

    Server Error in '/Chat' Application.

    File or assembly name CuteChatControls, or one of its dependencies, was not found.

    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.IO.FileNotFoundException: File or assembly name CuteChatControls, or one of its dependencies, was not found.

    Source Error:

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

    Source File: D:\Websites\ChatV21\Web\Default.aspx    Line: 112

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CuteChatControls' could not be loaded.

    === Pre-bind state information ===
    LOG: DisplayName = CuteChatControls
     (Partial)
    LOG: Appbase = file:///D:/Websites/ChatV21/Web
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Post-policy reference: CuteChatControls
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/chat/17e8da70/1a167c2d/CuteChatControls.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/chat/17e8da70/1a167c2d/CuteChatControls/CuteChatControls.DLL.
    LOG: Attempting download of new URL file:///D:/Websites/ChatV21/Web/bin/CuteChatControls.DLL.
    LOG: Attempting download of new URL file:///D:/Websites/ChatV21/Web/bin/CuteChatControls/CuteChatControls.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/chat/17e8da70/1a167c2d/CuteChatControls.EXE.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/chat/17e8da70/1a167c2d/CuteChatControls/CuteChatControls.EXE.
    LOG: Attempting download of new URL file:///D:/Websites/ChatV21/Web/bin/CuteChatControls.EXE.
    LOG: Attempting download of new URL file:///D:/Websites/ChatV21/Web/bin/CuteChatControls/CuteChatControls.EXE.
    

    Stack Trace:

    [FileNotFoundException: File or assembly name CuteChatControls, or one of its dependencies, was not found.]
       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 D:\Websites\ChatV21\Web\Default.aspx:112
       ASP.Default_aspx.Page_Load(Object sender, EventArgs e) in D:\Websites\ChatV21\Web\Default.aspx:105
       System.Web.UI.Control.OnLoad(EventArgs e) +67
       System.Web.UI.Control.LoadRecursive() +35
       System.Web.UI.Page.ProcessRequestMain() +750
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
     
    Anybody have any idea what causes this?
    The CuteChatControls.dll is missing from the install
     
View Complete Thread