Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 18th, 2008, 12:55 AM
AWW
Guest
 
Posts: n/a
Default Project copy - stupid question?

Running XP - Visual Studio 2005 - VB
Want to have duplicate projects
- one safe and stable
- other for experimenting
Can't fine easy way to make duplicate project.
Stupid question? or stupid ME?
Thanks.
  #2  
Old August 18th, 2008, 01:05 AM
rowe_newsgroups
Guest
 
Posts: n/a
Default Re: Project copy - stupid question?

On Aug 17, 7:53*pm, AWW <wrote:
Quote:
Running XP - Visual Studio 2005 - VB
Want to have duplicate projects
- one safe and stable
- other for experimenting
Can't fine easy way to make duplicate project.
Stupid question? or stupid ME?
Thanks.
How about just using some source control like Subversion?

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
  #3  
Old August 18th, 2008, 05:25 AM
Cor Ligthert[MVP]
Guest
 
Posts: n/a
Default Re: Project copy - stupid question?

It is as you said, simple use something as Windows Exporer (not the Solution
Explorer) outside visual studio.

Not any problem at all.

Cor

"AWW" schreef in bericht news:8feha4lmg38b1qs8ubboj35rk1n21fgiug@4ax.com...
Quote:
Running XP - Visual Studio 2005 - VB
Want to have duplicate projects
- one safe and stable
- other for experimenting
Can't fine easy way to make duplicate project.
Stupid question? or stupid ME?
Thanks.
  #4  
Old August 18th, 2008, 06:45 AM
AWW
Guest
 
Posts: n/a
Default Re: Project copy - stupid question?

OK so I am a lazy SOB but
why is there no(?) way to copy AND change the name
instead of copy - change name - copy back - delete temp folder?
Or why does VB 2005 not have Save Project as ...?
Or am I the only person who ever wanted a copy with a
different name in the same folder?
Just curious.

On Mon, 18 Aug 2008 06:13:41 +0200, "Cor Ligthert[MVP]"
<notmyfirstname@planet.nlwrote:
Quote:
>It is as you said, simple use something as Windows Exporer (not the Solution
>Explorer) outside visual studio.
>
>Not any problem at all.
>
>Cor
>
>"AWW" schreef in bericht news:8feha4lmg38b1qs8ubboj35rk1n21fgiug@4ax.com...
Quote:
>Running XP - Visual Studio 2005 - VB
>Want to have duplicate projects
>- one safe and stable
>- other for experimenting
>Can't fine easy way to make duplicate project.
>Stupid question? or stupid ME?
>Thanks.
  #5  
Old August 18th, 2008, 06:55 AM
kimiraikkonen
Guest
 
Posts: n/a
Default Re: Project copy - stupid question?

On Aug 18, 8:38 am, AWW <wrote:
Quote:
OK so I am a lazy SOB but
why is there no(?) way to copy AND change the name
instead of copy - change name - copy back - delete temp folder?
Or why does VB 2005 not have Save Project as ...?
Or am I the only person who ever wanted a copy with a
different name in the same folder?
Just curious.
>
On Mon, 18 Aug 2008 06:13:41 +0200, "Cor Ligthert[MVP]"
>
<notmyfirstn...@planet.nlwrote:
Quote:
It is as you said, simple use something as Windows Exporer (not the Solution
Explorer) outside visual studio.
>
Quote:
Not any problem at all.
>
Quote:
Cor
>
Quote:
"AWW" schreef in berichtnews:8feha4lmg38b1qs8ubboj35rk1n21fgiug@4ax .com....
Quote:
Running XP - Visual Studio 2005 - VB
Want to have duplicate projects
- one safe and stable
- other for experimenting
Can't fine easy way to make duplicate project.
Stupid question? or stupid ME?
Thanks.
When you first save your project in VS 2005, there's "Save All" under
File menu that allows you to define project name and location to save,
after you saved, you can copy and paste the project folder in My
Documents\Visual Studio 2005\Projects location then rename the copied
folder as you wish to make a exact copy.

HTH,

Onur Güzel
  #6  
Old August 18th, 2008, 07:25 AM
AWW
Guest
 
Posts: n/a
Default Re: Project copy - stupid question?

On Sun, 17 Aug 2008 22:50:16 -0700 (PDT), kimiraikkonen
<kimiraikkonen85@gmail.comwrote:
Quote:
>On Aug 18, 8:38 am, AWW <wrote:
Quote:
>OK so I am a lazy SOB but
>why is there no(?) way to copy AND change the name
>instead of copy - change name - copy back - delete temp folder?
>Or why does VB 2005 not have Save Project as ...?
>Or am I the only person who ever wanted a copy with a
>different name in the same folder?
>Just curious.
>>
>On Mon, 18 Aug 2008 06:13:41 +0200, "Cor Ligthert[MVP]"
>>
><notmyfirstn...@planet.nlwrote:
Quote:
>It is as you said, simple use something as Windows Exporer (not the Solution
>Explorer) outside visual studio.
>>
Quote:
>Not any problem at all.
>>
Quote:
>Cor
>>
Quote:
>"AWW" schreef in berichtnews:8feha4lmg38b1qs8ubboj35rk1n21fgiug@4ax .com...
>Running XP - Visual Studio 2005 - VB
>Want to have duplicate projects
>- one safe and stable
>- other for experimenting
>Can't fine easy way to make duplicate project.
>Stupid question? or stupid ME?
>Thanks.
>
>When you first save your project in VS 2005, there's "Save All" under
>File menu that allows you to define project name and location to save,
>after you saved, you can copy and paste the project folder in My
>Documents\Visual Studio 2005\Projects location then rename the copied
>folder as you wish to make a exact copy.
>
>HTH,
>
>Onur Güzel
Maybe I don't understand what you say but
I want a copy of the project in same folder with different name.
It would be so easy if I could open the project in VB
and then Save Project as ... using a different name - but can't.
It would also be nice if I could copy to same folder with different
name - but can't. So 4 steps needed for 1 operation (+errors).
  #7  
Old August 18th, 2008, 11:45 AM
Cor Ligthert [MVP]
Guest
 
Posts: n/a
Default Re: Project copy - stupid question?

Why should it be there, are most people know Windows Explorer.

Cor

<AWWschreef in bericht news:u72ia4hfikuvojlrv78r68jj2odkili91e@4ax.com...
Quote:
OK so I am a lazy SOB but
why is there no(?) way to copy AND change the name
instead of copy - change name - copy back - delete temp folder?
Or why does VB 2005 not have Save Project as ...?
Or am I the only person who ever wanted a copy with a
different name in the same folder?
Just curious.
>
On Mon, 18 Aug 2008 06:13:41 +0200, "Cor Ligthert[MVP]"
<notmyfirstname@planet.nlwrote:
>
Quote:
>>It is as you said, simple use something as Windows Exporer (not the
>>Solution
>>Explorer) outside visual studio.
>>
>>Not any problem at all.
>>
>>Cor
>>
>>"AWW" schreef in bericht
>>news:8feha4lmg38b1qs8ubboj35rk1n21fgiug@4ax.com. ..
Quote:
>>Running XP - Visual Studio 2005 - VB
>>Want to have duplicate projects
>>- one safe and stable
>>- other for experimenting
>>Can't fine easy way to make duplicate project.
>>Stupid question? or stupid ME?
>>Thanks.
>

  #8  
Old August 18th, 2008, 02:05 PM
rowe_newsgroups
Guest
 
Posts: n/a
Default Re: Project copy - stupid question?

On Aug 18, 2:18*am, AWW <wrote:
Quote:
On Sun, 17 Aug 2008 22:50:16 -0700 (PDT), kimiraikkonen
>
>
>
<kimiraikkone...@gmail.comwrote:
Quote:
On Aug 18, 8:38 am, AWW <wrote:
Quote:
OK so I am a lazy SOB but
why is there no(?) way to copy AND change the name
instead of copy - change name - copy back - delete temp folder?
Or why does VB 2005 not have Save Project as ...?
Or am I the only person who ever wanted a copy with a
different name in the same folder?
Just curious.
>
Quote:
Quote:
On Mon, 18 Aug 2008 06:13:41 +0200, "Cor Ligthert[MVP]"
>
Quote:
Quote:
<notmyfirstn...@planet.nlwrote:
It is as you said, simple use something as Windows Exporer (not the Solution
Explorer) outside visual studio.
>
Quote:
Quote:
Not any problem at all.
>
Quote:
Quote:
Cor
>
Quote:
Quote:
"AWW" schreef in berichtnews:8feha4lmg38b1qs8ubboj35rk1n21fgiug@4ax .com...
Running XP - Visual Studio 2005 - VB
Want to have duplicate projects
- one safe and stable
- other for experimenting
Can't fine easy way to make duplicate project.
Stupid question? or stupid ME?
Thanks.
>
Quote:
When you first save your project in VS 2005, there's "Save All" under
File menu that allows you to define project name and location to save,
after you saved, you can copy and paste the project folder in My
Documents\Visual Studio 2005\Projects location then rename the copied
folder as you wish to make a exact copy.
>
Quote:
HTH,
>
Quote:
Onur Güzel
>
Maybe I don't understand what you say but
I want a copy of the project in same folder with different name.
It would be so easy if I could open the project in VB
and then Save Project as ... using a different name - but can't.
It would also be nice if I could copy to same folder with different
name - but can't. So 4 steps needed for 1 operation (+errors).
Personally I think it is a horrid idea, especially in a team
environment. It would be incredibly difficult (imo) to merge all the
various projects in their different states into a RC quality project.
A much better way (again imo) is to use source control and just to a
get latest version into a different directory if you need to do a
volatile experiment. Minor changes and development should be done
normally, your source control should do the tracking on stable
versions, not the developer.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
  #9  
Old August 28th, 2008, 10:25 AM
Thomas Hayes
Guest
 
Posts: n/a
Default Re: Project copy - stupid question?

I also want to copy a project, but for perhaps different reasons:

As far as I can see Visual Studio only lets you have one project
configuration for one solution configuration, which is a problem. I have
two executables in my solution, one which depends on the DLL version of
a library, that other depends on the static version of that library. The
project for the library is also in my solution.

There seems to be no way (please correct me if I'm wrong, it would make
my like easier) to build the solution once and get all the items I
require (two executables, one dll, one static lib).

It's been recommended to me to copy the library project so that I have
two identical projects, one that builds a dll and one that builds the
static, and then have both in my solution. Horrible way to do things,
but is there a way around it?

Doing a simple copy of the vcproj file does not work, does anyone know
how to copy a project as indicated by the OP?

Thanks,
Tommy.

*** Sent via Developersdex http://www.developersdex.com ***
  #10  
Old November 3rd, 2008, 10:55 PM
Dickie Page
Guest
 
Posts: n/a
Default Re: Project copy - stupid question?



Did you ever find a way to save your project like a save as option? I
have the same problem

*** Sent via Developersdex http://www.developersdex.com ***
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles