Poser une questionPoser une question
 

QuestionCannot find the file .vssscc

  • mardi 30 juin 2009 08:50Sathyanarayanan.R Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Hi ,

    I am using .Net 2005 and borland star team 2008. I created a windows application (Test 1)in the path C:\Temp\.

    Now the files\folders in the path are,

    > In C:\Temp\Test 1 folder
        a) Test 1.sln
        b) Another Test 1 folder.
    > In C:\Temp\Test 1\Test 1 folder it has all the files/folder(Like program.cs, bin folder,csproj  and rest).

    Now i added the Test 1 application to source control through File->sourcecontrol->Add to source control.

    It prompted a dialogue box asking
    Project name : Test 1.
    Server : my local machine,
    Working directory : C:\Temp\Test 1

    After clicking ok, all the files are started adding to source control, but i got a error message for the Test 1.vssscc file, "Com.starbase.starteam.sdkruntimeexception.C:\Temp\Test 1\Test 1\Test 1.vssscc(The system cannot find the file specified). Unable to add files.

    The problem is Test 1.vssscc file was created in the path C:\Temo\Test 1 folder but it is searching in the path C:\Temp\Test 1\Test 1\Test 1, So i am getting this error message.

    Can someone help in resolving this isssue?

    Warm Regards
    Sathyanarayanan.R

     





    • DéplacéYiChun ChenMSFTmercredi 1 juillet 2009 07:55VSS issue (From:.NET Framework Setup)
    • DéplacéNancy ShaoMSFTmardi 7 juillet 2009 10:14Wrong forum (From:Visual Studio Source Control and SourceSafe)
    •  

Toutes les réponses

  • mercredi 1 juillet 2009 07:55YiChun ChenMSFTMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Hi Sathyanarayanan.R,

    I am moving this thread from Base ".NET Framework Setup" forum to the "Visual Studio Source Control and SourceSafe" forum, since the issue is related to VSS. There are more VSS experts in the "Visual Studio Source Control and SourceSafe" forum.

    Thanks
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
  • lundi 6 juillet 2009 07:11Nancy ShaoMSFTMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Hi Sathyanarayanan.R,

    Sorry for delay.

    A corresponding <SolutionName>.vssscc (triple S) file is created when a solution is added to source control. The text file contains connection information and an exclusion file list, similar to the project hint file. This file is temporary and exists only in the source control database.

    So, based on error message, I guess it's not related to the search path, but more related to Borland Star Team 2008, the error message is sdkruntimeexception thrown by com.starbase.starteam. So I highly suggest you check whether Star Team 2008 can work with Visual Studio 2005, or connect Borland Company for futher support.

    Best Regards,
    Nancy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
  • lundi 6 juillet 2009 09:30Sathyanarayanan.R Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    Hi Nancy,

    Thanks for the comments. I will check with Borland star team for further support.

    Warm Regards,
    Sathyanarayanan.R