程序集绑定日志记录已关闭

时间:2011-05-13 03:19:41

标签: asp.net ajaxcontroltoolkit

我收到了这个错误。请帮忙!

分析器错误 说明:解析为此请求提供服务所需的资源时发生错误。请查看以下特定的解析错误详细信息并适当修改源文件。

分析器错误消息:无法加载文件或程序集“AjaxControlToolkit”或其依赖项之一。系统找不到指定的文件。

来源错误:

Line 1:  <%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>
Line 2:  <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
Line 3:  
Line 4:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Source File: /skyscanner2/index.aspx    Line: 2
  

装配加载跟踪:以下内容   信息可能会有所帮助   确定装配的原因   'AjaxControlToolkit'不可能   加载。

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].

1 个答案:

答案 0 :(得分:1)

(从上面的评论中迁移,所以有答案。)

您需要在项目中引用AjaxControlToolkit.dll

相关问题