msvcr71.dll is missing on Windows 7 and I can't register my dll throw regsvr32

I just can't understand why it can happen Does this dll come with OS, or I can install C++ runtime libraries, or .NET framework to present this file in Windows?

The question is: what (C++ runtime/NET framewor/...) have I to download to present this file in Windows 7?

link|improve this question
feedback

1 Answer

up vote 5 down vote accepted

msvcr71.dll is Microsoft Visual C++ Runtime Library for Visual C++ .NET 2003. It comes as part of .NET Framework 1.1.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.