Microsoft KB Archive/168378

From BetaArchive Wiki

Article ID: 168378

Article Last Modified on 12/8/2003



APPLIES TO

  • Microsoft Visual C++ 5.0 Enterprise Edition
  • Microsoft Visual C++ 6.0 Enterprise Edition
  • Microsoft Visual C++ 5.0 Professional Edition
  • Microsoft Visual C++ 6.0 Professional Edition
  • Microsoft Visual C++ 6.0 Standard Edition



This article was previously published under Q168378

SYMPTOMS

If you have more than one project in a workspace and you create an entry in the Additional DLLs category in the Debug tab of the Project Settings dialog box for one of these projects, all the other projects in the workspace are set with this entry in the Additional DLLs category.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a generic appwizard project, app1.
  2. Create another generic appwizard project, app2.
  3. From Project menu select, "Insert Project Into Workspace...", and insert app2 project (app2.dsp) to the existing workspace.
  4. Close and reload the project.
  5. In the Project menu, click Settings. In the Debug "Additional Dlls" category, add some additional dlls to app2 - Win32 Debug project.
  6. Close and reload the workspace.
  7. In the Project menu, click Settings and examine the Debug "Additional Dlls" category of app1 - Win32 Debug project, you will see the additional dll names you entered for project app2.


Keywords: kbbug kbnoupdate kbide kbdebug KB168378