702a - Code pulling from cache instead of client directory

 

The code below worked in 604A but now the code keeps
throwing an error that it is attempting to find the UI .dll in the cache
directory…  The code that is throwing the error is below with the error
below it…


I am perplexed as to why it is trying to pull from Cache
instead of the client directory.

private static void launchSOFindReplace(object sender,
Infragistics.Win.UltraWinToolbars.ToolClickEventArgs e)

               
{               

                               
LaunchFormOptions opts = new LaunchFormOptions();

                               
opts.ValueIn = oTrans.CurrentOrderNum.ToString();

                               
opts.IsModal = true;

                               
Hashtable returnValues = (Hashtable)ProcessCaller.LaunchForm(oTrans,
“Epicor.Mfg.UI.UD410OrdSOReplace”, opts);

               
}

Error Message:

The
assembly ‘C:\ProgramData\Epicor\localhost-9401\9.05.702A\410\CustomDLLs\Epicor.Mfg.UI.UD410OrdSOReplace.dll’
could not be found.