PRB: Unexpected Message: "Add this project to SourceSafe" in VB

Last reviewed: October 3, 1997
Article ID: Q174651
The information in this article applies to:
  • Microsoft Visual SourceSafe, 32-bit, for Windows, version 5.0
  • Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 5.0

SYMPTOMS

When you double-click on a Visual Basic project from Windows, you receive the following Visual SourceSafe integration message:

   Add this project to SourceSafe?

even though you have already placed this project under Visual SourceSafe control.

CAUSE

When you double-click on a .vbp file with a long name format from Windows 95 or Windows NT, the project is opened with the name converted into an 8.3 format.

Visual SourceSafe integration originally added the .vbp as a long file name project, so the integration is not recognizing the short name and the long name as the same project.

RESOLUTION

  1. By opening the project file (.vbp) through Visual Basic, instead of double-clicking on it in Windows, you retain the long file name.

-or-

  1. Edit the application's file-type association. Please see the following
article in the Microsoft Knowledge Base for the step-by-step procedure to do this:

   ARTICLE-ID: Q150706
   TITLE     : PRB: Long File Names are Converted to Short by Association

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a new Visual Basic project, and save it with a name more than 8 characters (for example, TheLongNameProject.vbp).

  2. Add the project to Visual SourceSafe.

  3. Close Visual Basic.

  4. Double-click the .vbp file in Windows Explorer.

  5. You see the "Add this project to SourceSafe?" dialog box even though you just added the project in step 2.

  6. If you click "No", the project filename is "THELON~1.VBP" in the Visual Basic Project Explorer. If you click "Yes", Visual SourceSafe will not recognize it as the same project and try to add it again using the short name.


Additional query words: source code launch
Keywords : ssvb
Version : WINDOWS:5.0
Platform : WINDOWS
Issue type : kbprb


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