FIX: Errors Occur When Getting Property of VB Project: Crashes

Last reviewed: December 18, 1997
Article ID: Q169304
The information in this article applies to:
  • Microsoft Visual Studio 97
  • Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 5.0

SYMPTOMS

Errors occur when getting property of a Visual Basic Project and the program crashes. The random nature of this reproducible scenario is due to the fact that the add-ins are loaded in random order. This behavior may not be reproducible if the source code control add-in is listed before the repository's add-in.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed At the beginning of this article. This has been fixed with Visual Studio Service Pack 1.

For additional information about the Visual Studio 97 Service Pack 1, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q170365
   TITLE     : INFO: Visual Studio 97 Service Packs - What, Where, and Why

MORE INFORMATION

The Order of Source code control and Repository is important in the event chain.

Steps to reproduce:

  1. Edit the VBADDIN.INI and add the following line: Repository.VBAddin=1.

  2. Run Visual Basic 5.0. In the Tools and Add-Ins menus, verify that Visual SourceSafe and Repository have been loaded.

  3. Open one of the sample projects, such as: "\samples\entrpris\hello\Helo_cli.vbp."

  4. When prompted with "add this project to SourceSafe," answer Yes. Log on and make sure all files are selected to be added to Visual SourceSafe.

Result:

   "Error message - Microsoft Repository Add-In for Visual Basic.

   An error occurred getting a property of a Visual Basic Project. The
   requested operation cannot be performed because a transaction is not
   currently active.

   Microsoft Repository Add-In for Visual Basic is shutting down."

After you press OK on the error dialog box, Visual Basic also shuts down.

If you re-run Visual Basic and try to re-load the same project, Visual Basic will ask if you want to get the latest version of the files from Visual SourceSafe. If you answer Yes, the same error occurs and Visual Basic shuts down again.

Keywords          : VS97FixlistSP2 VS97FixlistSP1 VB5FixlistSP2 vb5all VB5FixlistSP1 VS97FixlistSP3
Version           : 5.0 97
Platform          : NT WINDOWS
Issue type        : kbbug
Solution Type     : kbfix kbservicepack


================================================================================


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: December 18, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.