I have a MFC vc++ project and I have exe file for this project using
Visual Studio 2013. When i open the project exe it is working fine on my
development machine. But when i open this exe in my customer machine im
getting error
"The program can't start because mfc120.dll is missing from your computer. Try reinstalling the program to fix this problem.
I noticed that my project exe file is working if the system has Visual Studio installed. I also installed "Visual C++ Redistributable Packages for Visual Studio 2013" but even after installing im getting same error. Please suggest a solution.