Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

This hotfix corrects the following problems:

Issue #45572 Mirrored EPiFields not working (Requires the EPiServer 4.61 HotFix 1 to work)

Installation Instructions

To install this hotfix you must complete the following steps:
Note: Backup old files before proceeding.

1. Move the contained EPiServer.Fields.dll to the ~\bin\ under your site.

2. Add a redirect for the EPiServer.Fields.dll in the web.config on your site:

      <dependentAssembly>

        <assemblyIdentity

               name="EPiServer.Fields"

               publicKeyToken="8fe83dea738b45b7"

               culture="neutral" />

        <bindingRedirect

                              oldVersion="4.0.0.0-4.65535.65535.65535"

                              newVersion="4.61.1.83" />

      </dependentAssembly>

3. Restart the web server with the command iisreset.exe. 

Note: Before installing any hotfix on a public site, please verify the updates in a test environment.