How to debug Microsoft Visual Studio Team System 2008?

Asked By 40 points N/A Posted on -
qa-featured

Hi experts,

I’ve been using Microsoft Visual Studio Team System 2008 for years. Recently, it doesn’t function properly.

I saw the “repair” option so I run it, but it did not work. Instead, an error message that looks like this appeared:

Error:

Cannot find one or more components. Please re install the application.

                                                         OK

I tried to re-install it, but nothing happened. Can you guide me how to fix this error?

SHARE
Answered By 5 points N/A #137429

How to debug Microsoft Visual Studio Team System 2008?

qa-featured

Hi,

I checked on the error and it has something to do with the version path ATL90.dll, this is the version number of a hotfix patch to Visual C++ 2008 SP1 redistributable, in which case is not applicable to Visual Studio 2008 installed. Re-installing it won’t fix the problem. Eventually here are the steps that will fix the error:

1. Uninstall Visual Studio and then install Visual C++2008 SP1 redistributable;
 
2. Install the ATL security update.
 
You will then see ATL90.dll (see attachment)
 
 
By installing VS 2008 and ATL security it should fix the problem.
 
Good luck.
 
Thanks.

Related Questions