Moving a project to a different location

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

    #1

    Moving a project to a different location

    Hi!
    How do I move a project (all sources) to a different location. Currently it
    is located in 'My Documents', but I would like to move it to a directory on
    the server.
    When I try the "Save As..." option on the vbproj-file, VS2005 tells me that
    it can be in the current directory only...

    Tia,
    Martin


  • Kerry Moorman

    #2
    RE: Moving a project to a different location

    Martin,

    Don't try to move the project from within the IDE. Instead, use Explorer to
    move the folder to the new location.

    Kerry Moorman


    "Martin" wrote:
    [color=blue]
    > Hi!
    > How do I move a project (all sources) to a different location. Currently it
    > is located in 'My Documents', but I would like to move it to a directory on
    > the server.
    > When I try the "Save As..." option on the vbproj-file, VS2005 tells me that
    > it can be in the current directory only...
    >
    > Tia,
    > Martin
    >
    >
    >[/color]

    Comment

    • academic

      #3
      Re: Moving a project to a different location

      Please excuse me for jumping in here

      Needing a second project similar to an existing one I've:

      Used explorer to copy the project folder

      Renamed the new folder and all the new files

      Open VS2005 (not for the new files) and used Change in Files to change all
      occurrences of the old file name to the new file name.

      This appears to work.

      I wonder though, if there is something (maybe a GUID) that's not the same as
      if I had started a new project and cut an pasted the source code.

      Is there?





      "Kerry Moorman" <KerryMoorman@d iscussions.micr osoft.com> wrote in message
      news:79B71F10-1765-46AB-9CF6-3E9839157C88@mi crosoft.com...[color=blue]
      > Martin,
      >
      > Don't try to move the project from within the IDE. Instead, use Explorer
      > to
      > move the folder to the new location.
      >
      > Kerry Moorman
      >
      >
      > "Martin" wrote:
      >[color=green]
      >> Hi!
      >> How do I move a project (all sources) to a different location. Currently
      >> it
      >> is located in 'My Documents', but I would like to move it to a directory
      >> on
      >> the server.
      >> When I try the "Save As..." option on the vbproj-file, VS2005 tells me
      >> that
      >> it can be in the current directory only...
      >>
      >> Tia,
      >> Martin
      >>
      >>
      >>[/color][/color]


      Comment

      • Hal Rosser

        #4
        Re: Moving a project to a different location


        "Martin" <x@y.com> wrote in message
        news:eGYmOufOGH A.140@TK2MSFTNG P12.phx.gbl...[color=blue]
        > Hi!
        > How do I move a project (all sources) to a different location. Currently[/color]
        it[color=blue]
        > is located in 'My Documents', but I would like to move it to a directory[/color]
        on[color=blue]
        > the server.
        > When I try the "Save As..." option on the vbproj-file, VS2005 tells me[/color]
        that[color=blue]
        > it can be in the current directory only...[/color]

        Kerry is right. Remember that folder that VS made when you first created
        the project ? Well, that's the folder you can copy/ move (including all
        subfolders intact). Its not like ms Word or Excel - the "Save as.." does
        not work for the project when you want to move it. Windows explorer ->
        drag-n-move -> .



        Comment

        • Martin

          #5
          Re: Moving a project to a different location

          Thanks to all!
          That worked perfectly.


          "Martin" <x@y.com> wrote in message
          news:eGYmOufOGH A.140@TK2MSFTNG P12.phx.gbl...[color=blue]
          > Hi!
          > How do I move a project (all sources) to a different location. Currently
          > it is located in 'My Documents', but I would like to move it to a
          > directory on the server.
          > When I try the "Save As..." option on the vbproj-file, VS2005 tells me
          > that it can be in the current directory only...
          >
          > Tia,
          > Martin
          >
          >[/color]


          Comment

          Working...