Amit Dhall
Amit Dhall

Reputation: 1315

Could not load file or assembly 'AjaxControlToolkit'

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)

Upvotes: 0

Views: 10889

Answers (2)

Kushagra Bansal
Kushagra Bansal

Reputation: 43

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.

Upvotes: 0

dok
dok

Reputation: 315

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.

Upvotes: 1

Related Questions