XMBPM Error – Could not load file or assembly ‘XMPro.XMConnect, Version…’

How Can We Help?

XMBPM Error – Could not load file or assembly ‘XMPro.XMConnect, Version…’

< Back

Error

After upgrading XMBPM or installing and using XMBPM for the first time an error message is received on all activities that have integration set up via the XMDesigner Integration Wizard. The error is similar to the below message:

 

Solution

The error message seen is most likely caused by a version discrepancy between the Action Hub XMPro.XMConnect.dll and the XMBPM XMPro.XMConnect.dll. To resolve the error an amendment in the XMBPM web.config file is required. Copy the below xml and paste into the web.config file within the “runtime->assemblyBinding” elements.

 

XML to copy:

<dependentAssembly>
     <assemblyIdentity name="XMPro.XMConnect" publicKeyToken="a79c0da5e4528976" culture="neutral"/>
     <bindingRedirect oldVersion="0.0.0.0-6.5.0.1" newVersion="6.5.0.1"/>
</dependentAssembly>

 

The version number above in oldVersion and newVersion (6.5.0.1) needs to correspond to the version of XMPro.XMConnect.dll found within the XMBPM bin folder.

Ensure the above xml is copied within the runtime->assemblyBinding elements:

 

Comments are closed.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X