Ajaxをセットアップしようとすると、IEからこのエラーメッセージが表示されます
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Ajax' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 13: <!-- Register the ajax handler -->
Line 14: <add verb="POST,GET" path="ajax/*.ashx"
Line 15: type="Ajax.PageHandlerFactory, Ajax" />
Line 16: </httpHandlers>
Line 17:
bin フォルダーに追加したファイルは AjaxPro.dll で、上記のコードを構成ファイルに追加しました。
誰かがこれを修正する方法を教えてもらえますか?
PS私はこれをガイドとして使用しています MSDNページ