I have an SSRS project that I created using VS 2015 SSDT. It has a reference to barcodelib.dll that's used to create a barcode on the report.
The problem is that I got a new PC, and it uses VS 2017 SSDT. Now every time I run it, I get the error:
Error while loading code module: The system cannot find the file specified
I have tried adding the dll in every folder for VS on this computer, there's 10 - 14:
C:\Program Files (x86)\Microsoft Visual Studio (number from 10-14)\Common7\IDE\PublicAssemblies
C:\Program Files (x86)\Microsoft Visual Studio (number from 10-14)\Common7\IDE\PrivateAssemblies
But it still cannot find the file.
How do I figure out where it's looking?