Home All Groups Group Topic Archive Search About

Moving a project to a different location

Author
25 Feb 2006 11:18 AM
Martin
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

Author
25 Feb 2006 12:56 PM
Kerry Moorman
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


Show quoteHide quote
"Martin" wrote:

> 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
>
>
>
Author
25 Feb 2006 2:53 PM
academic
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?





Show quoteHide quote
"Kerry Moorman" <KerryMoor***@discussions.microsoft.com> wrote in message
news:79B71F10-1765-46AB-9CF6-3E9839157C88@microsoft.com...
> 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:
>
>> 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
>>
>>
>>
Author
26 Feb 2006 6:14 AM
Hal Rosser
"Martin" <x@y.com> wrote in message
news:eGYmOufOGHA.140@TK2MSFTNGP12.phx.gbl...
> 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...

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 -> .
Author
26 Feb 2006 10:56 PM
Martin
Thanks to all!
That worked perfectly.


Show quoteHide quote
"Martin" <x@y.com> wrote in message
news:eGYmOufOGHA.140@TK2MSFTNGP12.phx.gbl...
> 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
>
>