Posted May 6, 201212 yr Should you have all of the following installed? * Microsoft Visual C++ 2005 Redistributable * Microsoft Visual C++ 2008 Redistributable * Microsoft Visual C++ 2010 Redistributable Or is it enough to just have 2010?
May 6, 201212 yr No, unfortuneately, you can't have just 2010. You need each one according to the version of Microsoft Visual C++ that programs have been built with. If you have many programs built with Microsoft Visual C++, you most likely will need all three. If, for example, a project was built using Microsoft Visual C++ 2008 then you need to have the library for that (i.e. msvcr90.dll) It does not help that Microsoft has (rather stupidly, in my opinion) given every downloadable redistibutable package exactly the same name (i.e. vcredist_x86.exe). Despite the same name, the packages have completely different files inside. Having the same name means that you can't download more than one to the same directory, without losing the previous downloads. As I have said, complete stupidity! .
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.