Could Not Find File or Assembly 'Ice.Lib.Deployment'

Hello,

We are finishing our move to Azure and I am now bringing over custom code and have changed the directories of the files that are being swept into epicor by our external code. I can build the project just fine but if I try to debug it I am getting this:

image

I checked the directory and all .dll files are present and the install is the same version of Epicor we are currently live on. Kind of at a loss here.

Have you verified the reference is pointed to the proper version? Are you copying that dll local to the build? If so, look in build dir and check the dll version. Try a clean as well.

I did a clean and added the dlls that were missing to my debug folder again and got it all working.

Thanks