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

Last post 11-06-2008 5:52 AM by kyle@live-it.com. 4 replies.

Sort Posts:

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

    10-15-2008, 4:26 PM
    • Member
      73 point Member
    • mogadanez
    • Member since 09-22-2005, 9:33 AM
    • Posts 48

    Periodical got this exception.

    I have a lot space on disk.

    assemblies is NOT corrupted because enough workaround is:
     *  create something in "bin\" folder  e.q. "1.txt" file - Application restarted and all is ok after that

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

    10-16-2008, 3:11 PM
    • Star
      11,578 point Star
    • Bruce L
    • Member since 02-08-2007, 6:53 PM
    • Posts 1,935

    A wild guess.

    Did you enable quota on the server?  Your ASPNET user may have ran out of quota.

    Bruce
    DiscountASP.NET - ASP.NET Hosting Experts
    Voted 2009 "Best ASP.NET Hosting" by asp.netPRO Magazine
    Win2008/IIS7.0, ASP.NET 2.0/3.5 SP1, MVC, AJAX, Silverlight, SQL 2008/2005
  • Re: Could not load file or assembly 'Castle.ActiveRecord' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)

    10-19-2008, 1:56 PM
    • Participant
      824 point Participant
    • Agapito
    • Member since 02-22-2006, 2:30 PM
    • Lisbon - Portugal
    • Posts 183

    Give fullcontrol to NETWORK Service user to Widnows\Temp folder.

    don't know why but the network service looses the permissions on this folder. Happens a lot!

    Nuno Agapito
    www.infortucano.pt

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved.
  • Re: Could not load file or assembly 'Castle.ActiveRecord' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)

    10-27-2008, 3:47 PM
    • Contributor
      2,184 point Contributor
    • devcalpoly
    • Member since 10-08-2007, 10:03 PM
    • Southern California
    • Posts 352

    If you have access to command prompt on that machine, please try to register that DLL manually:

    regsvr32 "<path>\Castle.ActiveRecord.dll"

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

    11-06-2008, 5:52 AM
    • Member
      576 point Member
    • kyle@live-it.com
    • Member since 12-05-2007, 6:06 AM
    • Cape Town , South Africa
    • Posts 217

    Are yoor DLL files in your bin file ?

    does your application have read acces to that file

    Kyle Isaacs
    Email : kyle@live-it.com
    Skype : kyle.isaacs01
    ______________________________________
    Please do note "FORGET" to mark post as answer if its correct
Page 1 of 1 (5 items)