This is a CLR project. I\'m importing two DLL files with the same name, quizz.dll (I rename the old version as legacyquizz.dll) and I include the n
quizz.dll
legacyquizz.dll
I too seems this problem in my project. I had changed my dll path to another folder, and changed the reference path too for the same(dependency Layers). It will work. No duplication occurs.