2011-05-13 84 views
1

我收到此錯誤。請幫忙!程序集綁定日誌記錄已關閉

解析器錯誤 描述:解析服務此請求所需的資源時發生錯誤。請檢查以下特定的分析錯誤詳細信息並適當修改您的源文件。

解析器錯誤消息:無法加載文件或程序集「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 

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

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

你有沒有在你的項目中引用'AjaxControlToolkit.dll'? – mellamokb 2011-05-13 03:22:41

+0

謝謝,那就是問題所在 – multiv123 2011-05-13 03:25:39

回答

1

(從上面我的意見遷移,所以有一個答案)

你需要在你的項目中AjaxControlToolkit.dll參考。