473,385 Members | 1,392 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

VS2003 Runtimes

My customer claims he has 2 DLLs with versions that are not listed on the DLL
Help Database.
We developed our product with Visual Studio 2003, Native Win32.
How can I find what MS product ( I suspect Visual Studio 2005) included
these versions?
Customer DLL Help
msvcr71.DLL 7.10.40121.0 7.10.3077.0
msvcp71.DLL 7.10.40121.0 7.10.3077.0

Feb 22 '07 #1
5 2118
Hi Annapolis,

Based on my knowledge, msvcr71.dll is the Microsoft C Runtime Library,
while msvcrp71.dll is Microsoft C++ Runtime Library. I have searched all
the available Microsoft databases but found nothing records related with
msvcr71.dll(7.10.40121.0) or msvcp71.dll(7.10.40121.0), so I suspect if
Micosoft has released any libraries with this version. Anyway, I will try
to contact the VC++ team for any information.

Additionally, I do not think 7.10.40121.0 is shipped with VS2005, because
VS2005 is called VS8 internally, and its runtime dlls versions are started
with 8.*.*.*. I recommend your customer to download Process Explorer from
the link below:
http://www.microsoft.com/technet/sys...sExplorer.mspx

Then, he may use Find->"Find Handle or DLL..." menu option to search
"msvcr71" or "msvcrp71" in his process list. This will help to find out
which process is currently loading 7.10.40121.0 version of these 2 dlls.

Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Feb 23 '07 #2
Hi Annapolis,

Have you reviewed my reply to you? Have you asked your customer to search
"msvcr71" in Process Explorer to find out which proces is using these 2
dll?

If you still need any help, please feel free to feedback, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Feb 28 '07 #3
Jeffrey,
Thanks for your reply.
I have not contacted the customer just yet in regard to using Process
Explorer.
I was going to see if the VC++ team had a definitive answer regarding these
DLL versions.
Is there any other database inside MS that tracks products to file versions?
Does MS ever ship a DLL release version with 5 digits in the 3rd version
number?

The customer admits to using the apps below, and claims my app causes
conflicts.
1) Microsoft Visual Studio 2005 Team Suite
2) SX-Key Editor - http://www.parallax.com/sx/downloads.asp

Thanks for any info you can provide.
Annapolis

Feb 28 '07 #4
Hi Annapolis,

Thanks for your feedback!

Yes, I have searched all the available internal databases; there is no
recored related with 7.10.40121.0 version of msvcr71.DLL or msvcp71.DLL.
Also, I have sent an email to the internal VC++ team alias, non- developer
provided a reply yet, I assume this is because they did not ship any
products with this version number.

Additionally, I have found an internal version of DllHelp just now. A
search for msvcr71.DLL or msvcp71.DLL results in a little more records,
but all the reported versions are similar as the public one. There is no
version number 7.10.40121.0.

So I assume this means Microsoft did not deploy 7.10.40121.0 version of
msvcr71.DLL or msvcp71.DLL. Based on my guess, it may be a trojan dll or
some spyware. You may download some spyware detector or antivirus software
to give it a scan. However, this goes beyond our knowledge scope.

Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Mar 1 '07 #5
Hi Annapolis,

How about this issue now? If you have any concern, please feel free to tell
me, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Mar 6 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Craig Cookesley | last post by:
Hi I have written an application using Delphi 6 and Interbase 7 basically it use external tables to read and write an external file (basic text file) My problem is strange and I can not...
0
by: blznsky | last post by:
Hello, Is there any way or some statistics somewhere that can ruffly show the number of computers on the internet with the .Net 1.0 or higher runtimes installed?
7
by: YAZ | last post by:
Hello, I have a dll which do some number crunching. Performances (execution speed) are very important in my application. I use VC6 to compile the DLL. A friend of mine told me that in Visual...
7
by: tonelab | last post by:
I currently have VS2003 .net 1.1 installed with a number of 1.1 projects built in it. All of these projects create the /bin dll for deployment and have been running on remote servers that have the...
3
by: Darrin | last post by:
Hello, I see that VS2005 and the new framework 2.0 is out to the public now. Wondering about some things. When you install the new framework 2.0 can a person still use visual studio 2003 or...
5
by: salad | last post by:
Is it preferable to create runtimes when distributing apps or preferable to expect the client to have valid versions of Office with Access on it. I have an app that requires Word and Outlook. So...
15
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers...
5
by: Tony | last post by:
Hi all, Here's the link to the issue we were seeing on our ASP.NET system when modifying, adding and deleting directories in framework 2.0....
1
by: Neeraj | last post by:
Hi all. I have stuck at a strange point.in Database some master table have identity column and some havenot. Then How can i know at runtimes that which table have identity column. According to...
0
by: Ralf Abramowitsch | last post by:
Hi, I'm writing a trouble shooting utility that checks my assembly references. It creates a report for the support. Now I want to add some routines to check for installed runtimes. Ok, the...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.