Rank: Newbie Groups: Member
Joined: 12/1/2015 Posts: 2
|
This week, out of the blue, I can no longer access this one website on Firefox or any other browser. The issue seems to be server-side, dealing with an incompatibility in the versions of EO.Web installed on the remote server and on my computer. I cannot resolve this issue on my own, I cannot contact the webmaster for help b/c the website is inaccessible, yet I have a paid subscription for this service that I can no longer use.
This seems like a problem EO should be able to resolve from either end. Updates occur all the time on both server and customer ends, and the world would stop working if one update on the customer end made a website inaccessible.
Here is the error page I get when I try to access "http:/mychinesehub.com":
Server Error in '/' Application. Could not load file or assembly 'EO.Web' 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 'EO.Web' 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 'EO.Web' 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 'EO.Web' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)]
[FileLoadException: Could not load file or assembly 'EO.Web, Version=5.0.25.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' 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.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43 System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +127 System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +142 System.Reflection.Assembly.Load(String assemblyString) +28 System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46
[ConfigurationErrorsException: Could not load file or assembly 'EO.Web, Version=5.0.25.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' 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) +613 System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +203 System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +105 System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178 System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +54 System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +8898434 System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +128 System.Web.Compilation.BuildManager.CompileCodeDirectories() +265 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +320
[HttpException (0x80004005): Could not load file or assembly 'EO.Web, Version=5.0.25.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)] System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +58 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +512 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +729
[HttpException (0x80004005): Could not load file or assembly 'EO.Web, Version=5.0.25.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8979779 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259
Version Information: Microsoft .NET Framework Version:2.0.50727.3662; ASP.NET Version:2.0.50727.3668
Can anyone advise what I can do about this from my end?
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This error does not has anything particular to do with us. You can google the error message and code and you should see a lot of people with the same issue. The root cause seems to have to do with disk quotas. So you may want to check that.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 12/1/2015 Posts: 2
|
Well, I think if the customer side cannot load the server side's "EO.Web" then it has something to do with EO.Web, whether that "file or assembly" consumes too much disk space or whether the version is incompatible from server to client-side. No other website component, file or assembly is cited in this error, so it can't be a coincidence that "EO.Web" is part of every error message.
I have searched these errors online, as you suggest, and found no relevant solutions, particularly given there is no shortage of disk space on the client-side.
Can you at least tell me if this is a server-side error? Can you explain why EO.Web is cited in the error message?
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This has nothing to do with us because our code didn't even get a chance to run ---- the first step to run our DLL is for your application to load our DLL. If load fails, then non of our code will even get a chance to run. That's why it has nothing to do with us. The only reason that our DLL is cited is because you use our DLL. I expect if you use a different DLL about the same size you will run into exactly the same error.
Thanks!
|