欢迎来到代码驿站!

.NET代码

当前位置:首页 > 软件编程 > .NET代码

完美解决Could not load file or assembly AjaxPro.2 or one of its dependencies. 拒绝访问。 原创

时间:2021-01-13 09:58:55|栏目:.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保护就可

上一篇:WindowsForm实现TextBox占位符Placeholder提示功能

栏    目:.NET代码

下一篇:C#中通过API实现的打印类 实例代码

本文标题:完美解决Could not load file or assembly AjaxPro.2 or one of its dependencies. 拒绝访问。 原创

本文地址:http://www.codeinn.net/misctech/44727.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有