.net - Visual Studio MSVCP110D.dll is missing -


i downloaded , installed visual studio 2012 rc , made program it. however, if try run compiled binary on computer error saying

the program can't start because msvcp110d.dll missing computer. try reinstalling program fix problem.

i don't error on computer. assume because visual studio installed file me. how compile program, it'll run on computer without dll file?

i discovered (correct me if i'm wrong) dll file part of .net framework 4 or 4.5 beta. got thinking if compile program using earlier version of framework, 2.0 or 1.0, able work around error.

well, able compile using version 2.0 , 1.0 of framework, still error message. how compile program that'll run without dll file file?

oh , error on program compile. simple "hello world" program. again, don't error on machine since visual studio installed file me, on other machines try run programs on.

oh, should mention i'm running visual studio on windows 7 ultimate 64-bit machine, compiling programs on win32 platform.

actually dll debug version of c++ runtime. if search error , remove 110d lot of similar errors earlier versions. compiling in release mode or debug mode


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -