It seems that you are trying to deploy a debug build on a non Visual studio client. You cannot do it. The c run-time is release only.
Y
YoavStein
@YoavStein
Posts
-
Dll Dependency issue -
managed c++ app refuses to runTwo things may help you: 1.Use Depends(dependency walker) on the cli module. I beleive that you will find a missing environment path or a missing dll that you assumes you have. 2.Try Fusion Log - it will give you an indication of .net binding errors. Good luck, Yoav