Web Part Error: Could not load the required type
- Last UpdatedJun 08, 2023
- 1 minute read
Issue:
In Wonderware Skelta BPM 2014 release onwards, when we create a new Enterprise Console and map an upgraded repository (upgraded from Skelta BPM.NET 2011 SP4) to the new site, then the following error appears while logging in to the repository:
The following image shows the error snapshot:

Resolution:
Adding the following code to the web.config file of the newly created Enterprise Console:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Skelta.WebParts" culture="neutral" publicKeyToken="bc10944fa2f62aa6" />
<bindingRedirect oldVersion="5.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>