2011-11-09 62 views
-1

我正在使用Visual Studio 2010.我安裝了用於.NET 3.5框架的AjaxToolkit。安裝工作正常。我添加了一個名爲Ajax Tool kit的新選項卡並安裝它。Visual Studio 2010中的AjaxToolkit錯誤

在我的web應用程序中的新的網絡形式,我添加了一個ScriptManager,並添加以下

<%@ Register TagPrefix="asp" Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit"%> 

在測試的網頁,我得到了以下錯誤:

Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.

我試圖改變「ToolkitScriptManager」的ScriptManager的名字,但我仍然有錯誤。

我該如何參考Ajax Tool kit?

請讓我知道。

回答

1

您是否在項目和「添加引用」上單擊了右鍵。然後選擇你下載的AjaxControllToolkit.dll?

+0

謝謝。我沒有這樣做。 – user728148