Trying to write the BPM to update the Pay Flag on the order header when an order is entered. When I try to add a method directive to the Sales Order/Master Update i am getting the error below. I do this as soon as I go into the designer.
Could not load file or assembly ‘Ice.UI.Bpm.Designer, Version=3.2.600.0, Culture=neutral, PublicKeyToken=37a5ccb872c00aec’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
So far I have not gotten a response from Epicor nor have I found any leads on this.
I also face a similar issue after upgrade one of the BPM gives a similar kind of error.
I just remove all assembly which is associated with BPM and then choose Add Reference to add the latest version dll.
The error because the assembly does not match what was requested and therefore you get this error.
I am back looking at this as priorities shifted as the always do here. This makes sense and should have thought about that as versions can be problematic in any code.