この記事では、Sitecore Connect for Content Hub 5.0.0をAzure Web AppsのSitecoreソリューションに展開した後に、最も頻繁に発生する可能性のある問題のトラブルシューティングの手順について記述しています。
症状
Sitecore Connect for Content Hub 5.0.0モジュールをデプロイすると、Imageフィールドの上にSitecore DAM参照ボタンが表示されるようになります。しかし、このボタンが機能しないことがあります。
トラブルシューティングの手順
症状
Sitecore Connect for Content Hub 5.0.0をデプロイした後に、以下のエラーが発生する場合があります:
Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
トラブルシューティングの手順
web.configファイルに以下のアセンブリ バインディングを追加します:
<dependentAssembly> <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.0"/> </dependentAssembly>