Copying a project...

F

frank

Hello,

I have a vb.net app that is a work in progress. Next week I have to demo some of the functionality of the app, but want to "Hard Code" in
some additions quickly that don't require a db connection, etc. I don't want to do this in the production app, but want to create a demo app
from the production app, and make my changes to that.
How do I do a "Save as" or copy a project with a different name, etc.?

Thanks!

Frankie
--
 
H

Herfried K. Wagner [MVP]

Frank said:
I have a vb.net app that is a work in progress. Next week I have to demo
some of the functionality of the app, but want to "Hard Code" in
some additions quickly that don't require a db connection, etc. I don't
want to do this in the production app, but want to create a demo app
from the production app, and make my changes to that.

Simply create a copy of the project folder and rename the project.
 
C

Cor Ligthert [MVP]

Simply create a copy of the project folder and rename the project.
To precise this a little bit more "With normal Explorer" not the project
Explorer.

Cor
 
F

frank

Simply create a copy of the project folder and rename the project.
To precise this a little bit more "With normal Explorer" not the project
Explorer.

Cor

Thanks to you both. I feel a little silly after you guys pointed out how easy it was.

Thanks again,

Frankie
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top