いくつかの状況下、特にサーバーの負荷が高い場合には、コンテンツ エディターに以下のようなエラー メッセージが表示されることがあります:
Multiple controls with the same ID 'FIELD20611532_container' were found. FindControl requires that controls have unique IDs.
web.configファイルの以下のプロセッサーをコメントアウトしてください:
<processor type="Sitecore.Shell.Applications.ContentEditor.Pipelines.RenderContentEditor.RenderSkinedContentEditor, Sitecore.Client"/>
これは、現在のアイテムのスキン設定(__Skinフィールドの値またはContentEditor.DefaultSkinの設定から取得)を無視するようにコンテンツエディタに指示します。すべてのアイテムはデフォルトのスキンでレンダリングされます。