I have made an encryption application in visual studio 2017.
work fine in a environment with VS2017 already installed but the application is not portable.
In a environment where not version of VS is installed a error show up.
MSVCP140D.dll missing
I don't want to download everytime Visual Studio for fixing this error, is there a way to prevente it ?
More information about the application :
You should distribute release version of executable that will depend upon VS 2017 redistributable package rather than debug version that depend on debug runtime libraries (notice the D
suffix in library name).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With