The full error is
Could not load file or assembly ‘Ice.Lib.EpiClientLib, Version=3.1.500.0, Culture=neutral, PublicKeyToken=5d3fa3c7105d7992’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I can see why it complains, the embedded assembly is for version 3.2.400, but why is it even trying 3.1.500? I checked the XML for the customization and there’s no 3.1 reference in there, so I can’t see a way to force it to the correct version. Anyone have a suggestion?