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)

4
  • 2
    So have you checked that there is sufficient disk space? Commented Aug 6, 2010 at 4:47
  • Yesterday its working fine ,suddenly today morning error comes and there is enough disk space Commented Aug 6, 2010 at 4:50
  • 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. Commented Aug 6, 2010 at 4:56
  • Is this a question? To get better help, please state a question and describe what, if anything, you have already tried to resolve it. Commented Aug 6, 2010 at 5:22

2 Answers 2

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.

Sign up to request clarification or add additional context in comments.

Comments

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.