【发布时间】:2014-12-06 01:37:23
【问题描述】:
我在尝试设置 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,我已经将上面的代码添加到了配置文件中。
谁能告诉我如何解决这个问题?
P.S 我一直以此为指导 MSDN Page
【问题讨论】:
标签: c# html ajax visual-studio-2010