in

Microsoft Philippines Community

A community for users, customers, and partners of Microsoft products in the Philippines :)

Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

Last post 02-05-2008 10:18 AM by clintz. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 02-01-2008 3:29 PM

    • clintz
    • Top 150 Contributor
      Male
    • Joined on 12-11-2004
    • Makati
    • Posts 289
    • Points 2,446

    Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

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

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.IO.FileLoadException: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'AjaxControlToolkit' could not be loaded.

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

    Stack Trace:

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

    [FileLoadException: Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10606.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)]
    System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
    System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211
    System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141
    System.Reflection.Assembly.Load(String assemblyString) +25
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +32

    [ConfigurationErrorsException: Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10606.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)]
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +596
    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +3479049
    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +46
    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +177
    System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +180
    System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp) +3446629
    System.Web.Compilation.BuildManager.CompileGlobalAsax() +51
    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +462

    [HttpException (0x80004005): Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10606.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)]
    System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57
    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612
    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +456

    [HttpException (0x80004005): Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10606.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)]
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426855
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
     

     

     

    does anyone encountered this problem before? my development server works perfectly but inproduction, this error appears. btw, there is still plenty of disk space on production server.

    please help..

    thanks 

     

    -clintz 


  • 02-01-2008 4:04 PM In reply to

    Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

    one thing to remember when debugging in windows.... its like reading the bible... nobody knows what it really means :)


    try re-installing your ajax dll's...

     

    or on the otherhand, maybe you didn't reference your ajax dll's from your Bin folder inside your web app folder.

    http://bmongtangco.multiply.com/

    PhotobucketPhotobucket
  • 02-01-2008 5:08 PM In reply to

    • bonskijr
    • Top 50 Contributor
      Male
    • Joined on 08-31-2004
    • Repatriated
    • Posts 862
    • Points 8,532

    Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

    how about clearing the entire asp.net temporary folders?

    Bonski's Box | Buhay Saudi
  • 02-01-2008 5:15 PM In reply to

    • jop
    • Top 50 Contributor
      Male
    • Joined on 03-29-2007
    • Singapore
    • Posts 861
    • Points 9,498

    Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

    Read:

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

    [jop] - "filipino"
    Don't worry about people stealing an idea. If it's original, you will have to ram it down their throats. -- Howard Aiken
  • 02-01-2008 6:42 PM In reply to

    • clintz
    • Top 150 Contributor
      Male
    • Joined on 12-11-2004
    • Makati
    • Posts 289
    • Points 2,446

    Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

    Thanks guys.. 

    The site was already running for atleast 6 months, this error suddenly occurred from nowhere. Now the site is down. I've cleared all the temporary files.

    I haven't tried editting the registry and I think I can't.. 


  • 02-01-2008 7:02 PM In reply to

    • jop
    • Top 50 Contributor
      Male
    • Joined on 03-29-2007
    • Singapore
    • Posts 861
    • Points 9,498

    Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

    clintz:

    Thanks guys.. 

    The site was already running for atleast 6 months, this error suddenly occurred from nowhere. Now the site is down. I've cleared all the temporary files.

    I haven't tried editting the registry and I think I can't.. 

    Can't you try it at least temporarily?

    The fusion log records all the paths that were tried while loading the assembly. That information would be very useful.

    [jop] - "filipino"
    Don't worry about people stealing an idea. If it's original, you will have to ram it down their throats. -- Howard Aiken
  • 02-01-2008 8:50 PM In reply to

    • clintz
    • Top 150 Contributor
      Male
    • Joined on 12-11-2004
    • Makati
    • Posts 289
    • Points 2,446

    Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

    jop:

    Can't you try it at least temporarily?

    The fusion log records all the paths that were tried while loading the assembly. That information would be very useful.


     Ok sir.. I'll try to work this out with our strict admins.. :)


  • 02-05-2008 10:18 AM In reply to

    • clintz
    • Top 150 Contributor
      Male
    • Joined on 12-11-2004
    • Makati
    • Posts 289
    • Points 2,446

    Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

    this' resolved. the problem really is the space on the server. the admin tells me that there is still a lot of space on the disk. I don't know if the admin hates me or just too lazy to check the hard drive of the server and let me go crazy analyzing the problem.

    thanks anyway. Big Smile

    - clintz 


Page 1 of 1 (8 items)
Copyright © 2008 Microsoft Philippines Community

Powered by Community Server (Commercial Edition), by Telligent Systems