vote up 0 vote down star

I've got a bug from one of our customers and believe that the problem lies with MSVCR80.DLL v8.0.50727.3053 - a version which I cannot find for download anywhere, however a google search turns up plenty of other crash reports.

Latest version on my system (and others here) is 8.0.50727.1433 and the Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) is only version 8.0.5027.762 (currently same as the merge module we use)

Is there an "official" link to get this update? Is it bundled with any other Microsoft products?

EDIT: please don't email it to me, I'm looking for the SxS install.

EDIT2: damn, that wasn't the problem after all :(

flag

4 Answers

vote up 3 vote down check

A thread on the MSDN forums pointed out the answer: msvcr80.dll version 8.0.50727.3053 is included in .NET Framework 3.5 SP1

link|flag
This is correct. I just ran across it today (fortunately before anything was built and shipped to a customer). – Greg D Jan 28 at 5:19
Excellent, I thought I'd installed 3.5 SP1 but I guess not! – sascha Jan 28 at 5:22
vote up 0 vote down

You ought to be able to answer this question using Microsoft's DLL Help Database http://support.microsoft.com/dllhelp/

Unfortunately, when I try it, I only get two answers for msvcr80.dll whereas there ought to be dozens of different versions: and I don't know why.

link|flag
neato, but no cigar :( – sascha Jan 28 at 4:40
vote up 0 vote down

I can email it to you if you provide an email address.

link|flag
vote up 0 vote down

Try to use merge modules from "C:\Program Files\Common Files\Merge Modules".

link|flag

Your Answer

Get an OpenID
or

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