Help depolying application written in VS

Hi guys, I recently wrote an application using VS 2012 and Windows Forms, it's working perfectly on my PC but as soon as I try to run it on any other PC it won't launch, at all. I am not getting any error whatsoever, as if I didn't launch it at all. I then ran Dependency Walker on it, and got the same results as this ( http://stackoverflow.com/questions/26149081/application-developed-with-visual-studio-not-launching-at-all-on-other-pcs ) post. So Dependency Walker not helping. Any suggestions on things I can try?

EDIT : Also just tried installing the redistributable VS package on the target PC, did not help.

EDIT 2: Ok I just copied all the DLL files in the "redist" folder in the VS into the DIR of the exe file and this solved my problem :)
Last edited on
Topic archived. No new replies allowed.