Launch form problem

All,

I've pasted in the full error exception below:

Could not load file or assembly 'Epicor.Mfg.UI.EpiClientLib, Version=2.5.607.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)

Given we are now running 9.05.702, I'm guessing the above implies the customisation has not been recompiled from 9.05.607?

This cannot be resolved in customisation maintenance for some reason.

Our set up is as follows:

Server 1 - 64bit Epicor application server (Windows Server 2008R2)
Server 2 - SQL database server with 32bit OpenEdge

I'd appreciate any help please.

Thanks,

--- In vantage@yahoogroups.com, "spmyers7582" <smyers@...> wrote:
>
> The following code, which automatically populates the serial number assignment screen on load, worked fine in Epicor 9.05.607, but is no longer playing ball since our upgrade to 9.05.702:
>
>
> Dim SNlfo As New Epicor.Mfg.UI.App.SerialNumberAssignmentEntry.SNAssignmentArgs(strJob, 0, "", 0, True)
>
> Dim AutoSN as UIReflector = ProcessCaller.LaunchCallBackForm(otrans, "Epicor.Mfg.UI.SerialNumberAssignmentEntry", SNlfo)
>
> The error states that the located assembly's manifest definition does not match the assembly reference.
>
> Can anyone help?
>
> Thanks,
>
The following code, which automatically populates the serial number assignment screen on load, worked fine in Epicor 9.05.607, but is no longer playing ball since our upgrade to 9.05.702:


Dim SNlfo As New Epicor.Mfg.UI.App.SerialNumberAssignmentEntry.SNAssignmentArgs(strJob, 0, "", 0, True)

Dim AutoSN as UIReflector = ProcessCaller.LaunchCallBackForm(otrans, "Epicor.Mfg.UI.SerialNumberAssignmentEntry", SNlfo)

The error states that the located assembly's manifest definition does not match the assembly reference.

Can anyone help?

Thanks,
The problem is now solved.

My customisation included the assembly reference:

Epicor.Mfg.AD.SerialNumberAssignment.dll

9.05.702, however, has renamed this assembly reference:

Epicor.Mfg.AD.SerialNoAssign.dll

Epicor, never a dull moment.....

--- In vantage@yahoogroups.com, "spmyers7582" <smyers@...> wrote:
>
> The following code, which automatically populates the serial number assignment screen on load, worked fine in Epicor 9.05.607, but is no longer playing ball since our upgrade to 9.05.702:
>
>
> Dim SNlfo As New Epicor.Mfg.UI.App.SerialNumberAssignmentEntry.SNAssignmentArgs(strJob, 0, "", 0, True)
>
> Dim AutoSN as UIReflector = ProcessCaller.LaunchCallBackForm(otrans, "Epicor.Mfg.UI.SerialNumberAssignmentEntry", SNlfo)
>
> The error states that the located assembly's manifest definition does not match the assembly reference.
>
> Can anyone help?
>
> Thanks,
>