0

enter image description here

The application has failed to start because its side-by-side configuration is incorrect.

ArK
  • 20,698
  • 67
  • 109
  • 136

1 Answers1

1

I guess you are lacking the Visual Studio 2005 C/C++ runtime libraries (Version 8.0) to be installed on the system. You need to install the appropriate vcredist_x64.exe package which can be downloaded from Microsoft.

Trixx
  • 1,796
  • 1
  • 15
  • 18