views:

82

answers:

0

Event Viewer:

Activation context generation failed for "C:\OpenCV2.0\VS2008\bin\Release\convert_cascade.exe". Dependent Assembly Microsoft.VC90.OpenMP,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.30729.1" could not be found. Please use sxstrace.exe for detailed diagnosis.

My C:\Windows\winsxs\ does have a directory...

x86_microsoft.vc90.openmp_1fc8b3b9a1e18e3b_9.0.21022.8_none_ecdf8c290e547f39

...which contains a vcomp90.dll, but my \winsxs\ otherwise lacks the

x86_microsoft.vc90.openmp_1fc8b3b9a1e18e3b_9.0.30729.1_none_1fc8b3b9a1e18e3b

...that the alert at top would indicate something is wanting to find but can't. Is it possible that if I just managed somehow to introduce that directory (along with a vcomp90.dll inside it) into my \winsxs\, that the problem "side-by-side" might be solved?

If so, how do I create that directory since none of the permissions I try allow me to create the directory?

Thanks for any help. (I've tried the VS2005 redistributable thing to no avail.)