gpt4 book ai didi

azure - 无法加载文件或程序集 'msshrtmi' - 发布 Windows Azure 网站时

转载 作者:行者123 更新时间:2023-12-03 17:49:20 24 4
gpt4 key购买 nike

我遇到以下问题:

 Could not load file or assembly 'msshrtmi, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
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.FileNotFoundException: Could not load file or assembly 'msshrtmi, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

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 'msshrtmi, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' 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].

此问题仅在发布到 Windows Azure 网站 (WAWS) 时发生。我想检测我是否正在 Windows Azure 模式下运行。这在 WAWS 中可能吗?仅当我调用 Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment.IsAvailable 时才会发生此错误。

我假设 WAWS 环境会安装 Azure SDK,对吧?或者这仅适用于云服务?

我看过一些解决方案,告诉您手动将其包含在 x64 或 x86 版本中,但我不希望受到这种方式或类似解决方法的限制。

最佳答案

我在发布 Web 应用程序时遇到了同样的错误。在尝试了网络上的所有其他解决方案后,以下终于对我有用:

在 Azure 门户中,选择您的 Web 应用程序。选择“设置 > 应用程序设置”。将平台值从 32 位更改为 64 位。重新发布。

关于azure - 无法加载文件或程序集 'msshrtmi' - 发布 Windows Azure 网站时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24699453/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com