Wednesday, 25 February 2015

Introduction We may get this error when we try to execute an application which has CPP component. Here MSVCP100 is a file which should be installed along with Microsoft Visual C++ 2010 Re-distributable Package. Here 100 means 2010 and D means debug version. This error occurs only when you are trying to run your application which is compiled using the “debug” configuration instead of “Release”.      Here when you try to run the application which was the debug output, then it would expect the appropriate file which has the Debug...