Hi, guys.
I've been using this library (I got it from nuget). Thank you.
By the way, I have found that this library has a dependency between MSVCR120.DLL and MSVCP120.DLL and appears to crash unexplained when I launch an application that created this library on a clean target PC.
You need to install "Visual C++ Redistributable Packages for Visual Studio 2013" to resolve this dependency.
To avoid confusion, why don't you put this in a readme file to alert people?
(That seems to me to be far more effective than checking every issue.)
Hi, guys. I've been using this library (I got it from nuget). Thank you.
By the way, I have found that this library has a dependency between MSVCR120.DLL and MSVCP120.DLL and appears to crash unexplained when I launch an application that created this library on a clean target PC.
You need to install "Visual C++ Redistributable Packages for Visual Studio 2013" to resolve this dependency.
To avoid confusion, why don't you put this in a readme file to alert people? (That seems to me to be far more effective than checking every issue.)
Thanks in advance.