The Profile menu option under the Build menu is disabled when you try to use Visual C++ 6.0 in a Windows NT account (224382)
The information in this article applies to:
- The Source Profiler, when used with:
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q224382 SYMPTOMS When using Visual C++ in a Windows NT account other than
the one Visual C++ was installed under, the Profile menu option under the Build
menu is disabled. CAUSE When Visual C++ is installed, a ProfilerInstalled registry
entry is created and set to true. The Visual C++ installation program places
this key under HKEY_CURRENT_USER. HKEY_CURRENT_USER is specific only to the
current user, which means the registry entry is not being set for other Windows
NT accounts.
In earlier versions of Visual C++, installing the
profiler is optional. RESOLUTION For all accounts to share the ProfilerInstalled registry
key, it should be placed into HKEY_LOCAL_MACHINE instead of HKEY_CURRENT_USER.
Add the following REG_DWORD value to HKEY_LOCAL_MACHINE under the following
path:
Software\Microsoft\DevStudio\6.0\General\ProfilerInstalled = 0x1
STATUSMicrosoft has confirmed that this is a bug in the Microsoft
products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 4/28/2005 |
---|
Keywords: | kbtshoot kbprb kbNoUpdate kbpending kbPerformanceTool KB224382 kbAudDeveloper |
---|
|