我試着去建立阿賈克斯無法包括AJAX文件
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當從IE收到此錯誤消息,我已經添加了上面的代碼配置文件。
誰能告訴我如何解決這個問題?
PS的Ive使用此作爲指導 MSDN Page
我的回答可以幫到你嗎? – 2012-08-03 14:24:02