无法加载文件或程序集“AjaxControlToolkit”

发布于 2024-09-12 18:26:19 字数 97 浏览 7 评论 0原文

我今天在网站上遇到此错误

无法加载文件或程序集“AjaxControlToolkit”或其依赖项之一。磁盘空间不足。 (HRESULT 异常:0x80070070)

I have this error on website today

Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一身骄傲 2024-09-19 18:26:19

消息显示:“磁盘空间不足。”尝试从您的应用程序所在的磁盘中删除某些内容。

也许,您的 IIS 日志已占满了您的磁盘。尝试以下方法清理 IIS 日志: http://www.ehow.com/how_5171789_clean-iis -log.html

释放磁盘上的一些空间后,您应该在 IIS 中重新启动应用程序池。

Message says: “There is not enough space on the disk.” Try to delete something from disk on which is your application.

Maybe, your IIS log filled up your disk. Try this to clean your IIS log: http://www.ehow.com/how_5171789_clean-iis-log.html

After you free some space on your disk, you should restart your application pool in IIS.

生生不灭 2024-09-19 18:26:19

是的,从您拥有应用程序商店的驱动器中删除数据。之后尝试再次运行该应用程序。您的应用程序肯定会运行。

Yes, delete the the data from the drive in which you have your application store. After that try to run the application again. Definitely your application will run.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文