0
votes

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)

2
So have you checked that there is sufficient disk space? - Marko
Yesterday its working fine ,suddenly today morning error comes and there is enough disk space - Amit Dhall
Then clean up your hard disk drive or get a larger one. :-) You may also want to consider adding the tag ".NET" to your question. - Manfred
Is this a question? To get better help, please state a question and describe what, if anything, you have already tried to resolve it. - kbrimington

2 Answers

1
votes

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.

0
votes

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.