What's the solution of Side By Side configuration error ?

asked 2018-04-03 07:37:38 -0600

updated 2018-04-03 07:42:45 -0600

berak gravatar image

Hi, It's my first times i try to use the OpenCV library in one of my projects. I used the example proposed in the site of the tutorial of installation in windows this URL : https://docs.opencv.org/3.4.0/dd/d6e/... There's no problem in the compilation, but the problem occur when i run the program. it show me this message in a terminal windows : "The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.

My OS is windows 8.1, ans my IDE is visual studio 2017.

edit retag flag offensive close merge delete

Comments

i removed your screenshot, those are useless here (can't be searched, ppl can'copy msgs from it, etc)

berak gravatar imageberak ( 2018-04-03 07:43:55 -0600 )edit

It is not an opencv problem, problem with vc++ redistribuable ?

LBerger gravatar imageLBerger ( 2018-04-03 07:46:52 -0600 )edit

I have many releases of vc++ redistribuable, but i don't know which one causes the problem. Here are the all releases i have in my computer : -Microsoft Visual C++ 2005 Redistribuable. -Microsoft Visual C++ 2005 Redistribuable (x64). -Microsoft Visual C++ 2008 Redistribuable - x64 9.0.21022 -Microsoft Visual C++ 2008 Redistribuable - x64 9.0.30729.6161 -Microsoft Visual C++ 2008 Redistribuable - x86 9.0.21022 -Microsoft Visual C++ 2008 Redistribuable - x86 9.0.30729.17 -Microsoft Visual C++ 2008 Redistribuable - x86 9.0.30729.6161 -Microsoft Visual C++ 2010 Redistribuable - x64 10.0.40219 -Microsoft Visual C++ 2010 Redistribuable - x86 10.0.40219 and others (vc c++ x64 and x86 2012,2013 and 2017)

programmer0 gravatar imageprogrammer0 ( 2018-04-04 11:25:19 -0600 )edit