Could not load file or assembly 'AjaxControlToolkit'

0

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)

.net
ajax
ajaxcontroltoolkit
storage
asked on Stack Overflow Aug 6, 2010 by Amit Dhall • edited Dec 1, 2010 by jinsungy

2 Answers

1

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.

answered on Stack Overflow Oct 24, 2011 by dok
0

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.

answered on Stack Overflow Sep 26, 2012 by Kushagra Bansal • edited Sep 28, 2012 by Kate Gregory

User contributions licensed under CC BY-SA 3.0