PRB: Disabled Developer Studio Add-Ins Not Unloaded From Memory

Last reviewed: January 15, 1998
Article ID: Q179285
The information in this article applies to:
  • The development environment included with:

        - Microsoft Visual C++, 32-bit Enterprise Edition, version 5.0
    

SYMPTOMS

When a DLL add-in is disabled in Developer Studio through the Tools/Customize dialog box (click Customize on the Tools menu), the DLL is not unloaded from memory. As a result, if the add-in is being built in Developer Studio, the linker cannot overwrite the still-loaded DLL and will give the following error message:

   LINK : fatal error LNK1168: cannot open Debug/test.dll for writing

NOTE: Test.dll is the name of the add-in DLL.

RESOLUTION

After disabling the add-in, close Developer Studio then reopen Developer Studio. The development environment will not load the add-in, and therefore changes may be made to the DLL.

STATUS

This behavior is by design.

REFERENCES

The online help topic "Disconnecting Add-ins from Developer Studio" describes part of the process of disabling an add-in:

   If you remove the check mark from an add-in, you will unload it. When
   you unload it, the add-in loses all of its toolbar and keystroke
   assignments.

This statement is misleading because the add-in is not unloaded from memory, but rather the functions provided in the add-in are unloaded from Developer Studio. This is made clearer in the topic "How Add-ins Connect and Disconnect”:

   When Developer Studio quits, it unloads each add-in by calling the
   OnDisconnection method exposed by the add-in's DSAddIn object.

Consult your product documentation for more information on creating and using add-ins in Developer Studio.


Additional query words: 5.0
Keywords : VSDSAuto VwbIss
Version : WINNT:5.0
Platform : winnt
Issue type : kbprb
Solution Type : kbnofix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 15, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.