Update
This article describes the steps required to update EntraCP in your SharePoint farm.
Download the required assets
Browse to the latest release and download the assets assembly-bindings.config
and EntraCP.wsp
.
Update the assembly bindings
Important
Each new release of EntraCP may have unique assembly bindings, depending on the updates made on the dependencies it is using.
Complete the steps below on all the SharePoint servers:
- Browse to the latest release and download the assets
assembly-bindings.config
andEntraCP.wsp
. - Open the
machine.config
file (%systemroot%\Microsoft.NET\Framework64\v4.0.30319\Config\Machine.config
) and locate the XML node<runtime>
. - If needed, update the
machine.config
to reflect the changes inassembly-bindings.config
.
Update the solution
Complete the steps below on the server running the central administration:
On the server running the central administration, start a new SharePoint management shell and run this command:
Visit central administration > System Settings > Manage farm solutions: Wait until solution status shows “Deployed”.
Important
Be patient, cmdlet Update-SPSolution triggers a one-time timer job on the SharePoint servers and this may take a minute or 2.
If status shows “Error”, restart the SharePoint timer service on the servers where the depployment failed, start a new PowerShell process and run
Update-SPSolution
again.
Finalize the installation
On each SharePoint server, restart the IIS and the SharePoint timer services: