简体   繁体   English

无法加载文件或程序集“ Moxiecode.TinyMCE”或其依赖项之一。 拒绝访问

[英]Could not load file or assembly 'Moxiecode.TinyMCE' or one of its dependencies. Access is denied

We keep getting this bug intermittently and recycling the app pool fixes it for sometime but then it comes back again. 我们会间歇性地获取此错误,并回收应用程序池修复了一段时间,但随后又回来了。 Has someone narrowed down the cause for this issue and found a permanent fix? 是否有人缩小了此问题的原因并找到了永久解决方法?

Also this happens only on production machines and not on dev or staging. 同样,这仅发生在生产机器上,而不发生在开发或登台上。

The web config has both entries as shown below: Web配置具有两个条目,如下所示:

<configSections>
    <section name="TinyMCE" type="Moxiecode.TinyMCE.ConfigHandler,Moxiecode.TinyMCE" requirePermission="false"/>
</configSections>

    <TinyMCE installPath="Include/JavaScript/tiny_mce" mode="src">
        <!-- Default settings for all TinyMCE instances -->
        <globalSettings>
            <add key="relative_urls" value="false"/>
        </globalSettings>
        <!-- Compressor specific settings -->
        <gzipCompressor enabled="yes" noCompression="yes" diskCache="no" cachePath="c:\temp" expiresOffset="10d"/>
    </TinyMCE>

Have you tried cleaning out "C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\Temporary ASP.NET Files"? 您是否尝试清除过“ C:\\ WINDOWS \\ Microsoft.NET \\ Framework \\ v2.0.50727 \\ Temporary ASP.NET文件”? I know that recycling the app pool is still necessary here to release locks on the temporary files, but it's possible you have a corrupted dynamically compiled file in temp that refuses to die. 我知道在这里仍然有必要回收应用程序池以释放临时文件上的锁,但是有可能您的临时动态编译文件已损坏而拒绝死亡。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法加载文件或程序集或其依赖项之一。 拒绝访问 - Could not load file or assembly or one of its dependencies. Access is denied 无法加载文件或程序集“ businesslogic”或其依赖项之一。 拒绝访问 - Could not load file or assembly 'businesslogic' or one of its dependencies. Access is denied 如何解决无法加载文件或程序集&#39;Glimpse.Core&#39;或其依赖项之一。 访问被拒绝 - how to solve Could not load file or assembly 'Glimpse.Core' or one of its dependencies. Access is denied 无法加载文件或程序集“Microsoft.CodeDom.Providers.DotNetCompilerPlatform 或其依赖项之一。” 访问被拒绝 - Could not load file or assembly 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform or one of its dependencies. Access is denied System.IO.FileLoadException:&#39;无法加载文件或程序集&#39;EntityFramework或其依赖项之一。 访问被拒绝。 - System.IO.FileLoadException: 'Could not load file or assembly 'EntityFramework or one of its dependencies. Access is denied.' Umbraco 7-无法加载文件或程序集“ Microsoft.IdentityModel”或其依赖项之一。 拒绝访问 - Umbraco 7- Could not load file or assembly 'Microsoft.IdentityModel' or one of its dependencies. Access is denied 无法加载文件或程序集“ICSharpCode.SharpZipLib”或其依赖项之一。 访问被拒绝 - Could not load file or assembly 'ICSharpCode.SharpZipLib' or one of its dependencies. Access is denied 无法加载文件或程序集“System.Web,Version = 4.0.0.0,Culture = neutral”或其依赖项之一。 访问被拒绝 - Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral' or one of its dependencies. Access is denied 无法加载文件或程序集{此处的程序集名称} 或其依赖项之一。 访问被拒绝 - Could not load file or assembly {assembly name here} or one of it's dependencies. Access is denied 无法加载文件或程序集“ xxxLib”或其依赖项之一。 BadImageFormatException - Could not load file or assembly 'xxxLib' or one of its dependencies. BadImageFormatException
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM