Article ID: 939818 - Last Review: March 17, 2008 - Revision: 1.0 FIX: Error VSP1014 occurs when you try to instrument an application by using the profiler in Microsoft Visual Studio 2005 Team SystemOn This PageSYMPTOMSWhen you try to instrument an application by using the profiler in Microsoft Visual Studio 2005 Team System, you receive the following VSP1014 error message: Error VSP1014 : Code discovery analysis failed during processing image '|2'. Warning VSP2005 : Internal Instrumentation Error: The object '\Path\DllToInstrument.lib(.\Release\DllToInstrument.obj)' was built without debug information. Vsinstr.exe /d:ignorecverr <DllToInstrument>.dll CAUSEThis problem occurs because Visual Studio profiles a C++ application that has a statically linked library. However, .pdb symbols are not available for the library. Note You must use the /d:ignorecverr command when you instrument .dll files for which .pdb symbols are not available. For example, the following is the minimum statement of the required command: Vsinstr.exe /d:ignorecverr <Filename>.dll RESOLUTIONHotfix informationA supported hotfix is now available from Microsoft. However, it is intended to correct only the problem that is described in this article. Apply it only to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Visual Studio 2005 Team System service pack that contains this hotfix.To resolve this problem immediately, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.PrerequisitesYou must have Visual Studio 2005 Team System Service Pack 1 (SP1) installed to apply this hotfix.Restart requirementYou do not have to restart the computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace any other hotfixes.File informationThe English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.Collapse this table
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. MORE INFORMATIONFor more information about the Vsinstr tool and about binary instrumentation, visit the following Microsoft Web sites: http://msdn2.microsoft.com/en-us/library/ms182402(VS.80).aspx
(http://msdn2.microsoft.com/en-us/library/ms182402(VS.80).aspx)
For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:http://msdn2.microsoft.com/en-us/library/aa985635(VS.80).aspx (http://msdn2.microsoft.com/en-us/library/aa985635(VS.80).aspx) 824684
(http://support.microsoft.com/kb/824684/LN/
)
Description of the standard terminology that is used to describe Microsoft software updates | Article Translations
|
Back to the top
