Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
This hotfix corrects the following problems:
Issue #45572 | Mirrored EPiFields not working (Requires the EPiServer 4.61 HotFix 1 to work) |
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.