Installation
INFO: Follow the standard addon installation instructions
here before proceeding with the following steps.
After following the installation instructions for all addons found here, a additional step is required to ensure the Power BI addon is installed successfully on your system:
- Open the web.config of the SitefinityWebApp project
- Navigate to the bottom of the file to the assemblyBinding section
- Add the following binding redirect:
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.19.8.16603" newVersion="3.19.8.16603" />
</dependentAssembly>
- Save the file