尝试设置 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页面