Removal from Source Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Slattery

    #1

    Removal from Source Control

    Hello...

    I need to recover an old backup of a solution (with 3
    projects) that was under source control.

    I thought I removed all that was needed however I get the
    following error message when I open the solution...

    The solution appears to be under source control, but its
    binding information cannot be found. It is possible that
    the MSSCCPRJ.SCC file or another item that holds the
    source control settings for the solution, has been
    deleted. Because it is not possible to recover this
    missing information automatically, the projects whose
    bindings are missing will be treated as not under source
    control.

    How do I unbind my solution from the source control and
    remove this error?

    TIA,
    Mike Slattery
  • Tian Min Huang

    #2
    RE: Removal from Source Control

    Hi Mike,

    Thanks for your post. The following is a listing of the currently supported
    steps to remove source control information for a VS.NET project:

    1. Open the project (or solution) in Visual Studio .NET
    2. Click the File menu
    3. Click the Source Control menu
    4. Click Change Source Control
    5. Select the project (or solution), click "unbind"

    Repeat step 5 for any remaining projects that need to be unbound from
    source control

    6. Click OK to dismiss the "Change source control" dialog
    7. Save the project (or solution)

    This will effectively remove the source control information from the
    unbound solution or project.

    Please let me know if this addresses your request.

    Have a nice day!

    Regards,

    HuangTM
    Microsoft Online Partner Support
    MCSE/MCSD

    Get Secure! -- www.microsoft.com/security
    This posting is provided "as is" with no warranties and confers no rights.

    Comment

    • Michael Slattery

      #3
      RE: Removal from Source Control

      Unfortunatly that does not work....
      I found a manual way of editing the .proj files...

      Thanks for trying!
      Mike

      [color=blue]
      >-----Original Message-----
      >Hi Mike,
      >
      >Thanks for your post. The following is a listing of the[/color]
      currently supported[color=blue]
      >steps to remove source control information for a VS.NET[/color]
      project:[color=blue]
      >
      >1. Open the project (or solution) in Visual Studio .NET
      >2. Click the File menu
      >3. Click the Source Control menu
      >4. Click Change Source Control
      >5. Select the project (or solution), click "unbind"
      >
      >Repeat step 5 for any remaining projects that need to be[/color]
      unbound from[color=blue]
      >source control
      >
      >6. Click OK to dismiss the "Change source control" dialog
      >7. Save the project (or solution)
      >
      >This will effectively remove the source control[/color]
      information from the[color=blue]
      >unbound solution or project.
      >
      >Please let me know if this addresses your request.
      >
      >Have a nice day!
      >
      >Regards,
      >
      >HuangTM
      >Microsoft Online Partner Support
      >MCSE/MCSD
      >
      >Get Secure! -- www.microsoft.com/security
      >This posting is provided "as is" with no warranties and[/color]
      confers no rights.[color=blue]
      >
      >.
      >[/color]

      Comment

      • Chris

        #4
        Re: Removal from Source Control

        Ditto Mike's problem. The File -> Source Control menu disappears when
        I open the solution. Could someone post the manual edit (or another
        solution)?

        "Michael Slattery" <nospam@sncsoft ware.com> wrote in message news:<0d6201c3a 9fa$f84363b0$a5 01280a@phx.gbl> ...[color=blue]
        > Unfortunatly that does not work....
        > I found a manual way of editing the .proj files...
        >
        > Thanks for trying!
        > Mike
        >
        >[color=green]
        > >-----Original Message-----
        > >Hi Mike,
        > >
        > >Thanks for your post. The following is a listing of the[/color]
        > currently supported[color=green]
        > >steps to remove source control information for a VS.NET[/color]
        > project:[color=green]
        > >
        > >1. Open the project (or solution) in Visual Studio .NET
        > >2. Click the File menu
        > >3. Click the Source Control menu
        > >4. Click Change Source Control
        > >5. Select the project (or solution), click "unbind"
        > >
        > >Repeat step 5 for any remaining projects that need to be[/color]
        > unbound from[color=green]
        > >source control
        > >
        > >6. Click OK to dismiss the "Change source control" dialog
        > >7. Save the project (or solution)
        > >
        > >This will effectively remove the source control[/color]
        > information from the[color=green]
        > >unbound solution or project.
        > >
        > >Please let me know if this addresses your request.
        > >
        > >Have a nice day!
        > >
        > >Regards,
        > >
        > >HuangTM
        > >Microsoft Online Partner Support
        > >MCSE/MCSD
        > >
        > >Get Secure! -- www.microsoft.com/security
        > >This posting is provided "as is" with no warranties and[/color]
        > confers no rights.[color=green]
        > >
        > >.
        > >[/color][/color]

        Comment

        Working...