MSDN > 論壇首頁 > Off-Topic Posts (Do Not Post Here) > Cannot find the file .vssscc
發問發問
 

問題Cannot find the file .vssscc

  • 2009年6月30日 上午 08:50Sathyanarayanan.R 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    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

     





    • 已移動YiChun ChenMSFT2009年7月1日 上午 07:55VSS issue (From:.NET Framework Setup)
    • 已移動Nancy ShaoMSFT2009年7月7日 上午 10:14Wrong forum (From:Visual Studio Source Control and SourceSafe)
    •  

所有回覆

  • 2009年7月1日 上午 07:55YiChun ChenMSFT使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    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.
  • 2009年7月6日 上午 07:11Nancy ShaoMSFT使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    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.
  • 2009年7月6日 上午 09:30Sathyanarayanan.R 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Hi Nancy,

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

    Warm Regards,
    Sathyanarayanan.R