views:

102

answers:

0

I have a number of DLLs from a 3rd party company and most of them reference MSVCR80.DLL 8.0.5068.0 in their manifests.

I installed VS.NET 2005 with no service packs and no OS updates and it installs MSVCR80.DLL 8.0.50727.42.

So which version of VS.NET (or possibly another tool) was used to build these DLLs?

My real problem is that I would like to get hold of this version of MSVCR80.DLL for a private assembly issue I am having.