Perser Error

Discussion in 'ASP.NET 2.0' started by Shaqur, Sep 8, 2007.

  1. I have just uploaded my site and whenever i access it i get the following error.



    Server Error in '/' Application.


    Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The module was expected to contain an assembly manifest.

    Source Error:





    Code:
    Line 1:  <%@ master language="C#" autoeventwireup="true" inherits="MasterPage, App_Web_masterpage.master.cdcab7d2" %>
    Line 2:  <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
    Line 3:  <%@ Register Src="Controls/PollBox.ascx" TagName="PollBox" TagPrefix="c24" %>
    Line 4:  <%@ Register Src="Controls/NewsletterBox.ascx" TagName="NewsletterBox" TagPrefix="c24" %>
    Source File: /MasterPage.master Line: 2

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





    Code:
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    
     
  2. Make sure you have the control toolkit dll in your application bin.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Hello,

    I did sort out the problem, i had a corrupted toolkit dll in my bin directory.I uploaded a fresh dll and it worked
     

Share This Page