程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> .NET網頁編程 >> ASP.NET >> ASP.NET基礎 >> 完美解決Could not load file or assembly AjaxPro.2 or one of its dependencies. 拒絕訪問。 原創

完美解決Could not load file or assembly AjaxPro.2 or one of its dependencies. 拒絕訪問。 原創

編輯:ASP.NET基礎

Server Error in '/' Application. 
--------------------------------------------------------------------------------

Could not load file or assembly 'AjaxPro.2' or one of its dependencies. 拒絕訪問。 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.IO.FileLoadException: Could not load file or assembly 'AjaxPro.2' or one of its dependencies. 拒絕訪問。

........


Server Error in '/' Application. 
--------------------------------------------------------------------------------

Could not load file or assembly 'AjaxPro.2' or one of its dependencies. 拒絕訪問。 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.IO.FileLoadException: Could not load file or assembly 'AjaxPro.2' or one of its dependencies. 拒絕訪問。
解決方法:
1、有可能是防火牆問題
2、temp目錄權限問題 ,一般是Mac殺毒的安全設置問題,把temp目錄的權限設置下即可
3、如果服務器安裝了mcafee可以查看日志,很多服務器禁止c盤讀取或寫入dll文件導致,取消dll保護就可
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved