Is VS 10.0 Runtime part of .Net framework 4? -
are vc runtimes part of .net framework? how can vc 10.0 runtime download?
it has private copy, c:\windows\system32\msvcr100_clr0400.dll. not suitable use c or c++ program, needs msvcr100.dll , msvcp100.dll. local deployment option, might want take advantage of it.
the merge modules you'd need if want use installer on machine. c:\program files\common files\merge modules. using setup project easiest way. add project + properties, prerequisites, tick "visual c++ 2010 runtime libraries". download links jon gave suitable if want customer prep machine.
Comments
Post a Comment