cl.exe – Unable To Locate Component

Problem:

After installing Microsoft Visual Studio 2005, placed the bin directory (D:MSVSVCbin) in the PATH environment variable. Then ran cl.exe. The following message appeared:

cl.exe - Unable To Locate Component
This application has failed to start because mspdb80.dll was not found. 
Re-installing the application may fix this problem.

Solution:

Search for the following files:

msobj80.dll
mspdb80.dll
mspdbcore.dll
mspdbsrv.exe

They are under D:MSVSCommon7IDE.

Copy and paste them to the folder containing “cl.exe” (D:MSVSVCbin).

Reference:

http://connect.microsoft.com/VisualStudio/feedback/details/553848/mspdb80-dll-was-not-found

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>


This site uses Akismet to reduce spam. Learn how your comment data is processed.