Error in Chat Application

Last post 08-16-2005, 8:31 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  08-13-2005, 5:57 AM 9543

    Error in Chat Application

    Server Error in '/Chat' Application.

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

    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.

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

    === Pre-bind state information ===
    LOG: DisplayName = App_Code
     (Partial)
    LOG: Appbase = file:///C:/Downloads/cutechatstandalone/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: App_Code
    LOG: Attempting download of new URL file:///c:/windows/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/chat/94d7ab43/e41def32/App_Code.DLL.
    LOG: Attempting download of new URL file:///c:/windows/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/chat/94d7ab43/e41def32/App_Code/App_Code.DLL.
    LOG: Attempting download of new URL file:///C:/Downloads/cutechatstandalone/Web/bin/App_Code.DLL.
    LOG: Attempting download of new URL file:///C:/Downloads/cutechatstandalone/Web/bin/App_Code/App_Code.DLL.
    LOG: Attempting download of new URL file:///c:/windows/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/chat/94d7ab43/e41def32/App_Code.EXE.
    LOG: Attempting download of new URL file:///c:/windows/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/chat/94d7ab43/e41def32/App_Code/App_Code.EXE.
    LOG: Attempting download of new URL file:///C:/Downloads/cutechatstandalone/Web/bin/App_Code.EXE.
    LOG: Attempting download of new URL file:///C:/Downloads/cutechatstandalone/Web/bin/App_Code/App_Code.EXE.
    

    Stack Trace:

    [FileNotFoundException: File or assembly name App_Code, or one of its dependencies, was not found.]
       System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +0
       CuteSoft.Chat.DataProvider.b(ai A_0) +63
       ai.g() +16
       CuteSoft.Chat.ChatApi.IsAdministrator(String useruniquename) +16
       CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.IsAdministrator_InterceptedCall(String useruniquename) +79
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.IsAdministrator_InterceptedCall(String useruniquename) +79
       _ASP.TopBanner_ascx.Page_Load(Object sender, EventArgs e) +370
       System.Web.UI.Control.OnLoad(EventArgs e) +67
       System.Web.UI.Control.LoadRecursive() +35
       System.Web.UI.Control.LoadRecursive() +98
       System.Web.UI.Control.LoadRecursive() +98
       System.Web.UI.Page.ProcessRequestMain() +731
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573


    On English: Automatic intellegance - a task of generations ...
    По Русски: Искуственный интеллект - задача поколений ...
  •  08-16-2005, 8:31 PM 9652 in reply to 9543

    Re: Error in Chat Application

    Is your site online so you can provide a URL?
     
    I don't think this problem related to the Cute Chat.
     
     

    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

View as RSS news feed in XML