Aspose.BarCode in VS2015

I have downloaded and integrated Aspose.BarCode successfully.
However, I need it in VS2015 version as well so I can integrate it into existing product.
Where can I get it?
Thank,
Ilan

@ilanm12

Please find installation instructions at this link:
https://docs.aspose.com/display/barcodenet/Installation

Moreover, please feel free to write back to us if you need additional information.

We have followed the instructions (in VS2015) only to get the same vc141 binaries.
Maybe we are missing something but we cannot seem to get the VS2015 version…

@ilanm12

We found no issue in it, can you please elaborate what issue are you facing in VS2015. You just need to add Aspose.Barcode from NuGet.

We have (we think) the correct version now but when trying to use it we get an error of wrong windows DLL used.
It looks for this one: MSVCP140.dll
And we probably have a different version.
At least it is not VS2017 but still, we don’t have the correct version - probably wrong vcredist used.
Can you tell us which vcredist to use or supply it?
Thanks,
Ilan

@ilanm12,

Here is a sample runnable solution created in VS2015 containing required Dlls and simple code to generate a barcode image. Please download it and try it at your end.