Making A Copy of a Solution

W

Wayne Wengert

I have a solution. I want to clone it to try some different options. Is
there a way to open Solution A, save it as Solution B and then be able to
try some things in Solution B without affecting Solution A?
 
W

Wayne Wengert

Hmmm - Do I really want to clone a Project instead of a Solution. I'm
confused on the difference.
 
R

Robert Jarratt [MSFT]

I think you have two options here:

1. If you have Visual SourceSafe, check the code in before starting your
experimentation and then check it out again to try the different options.

2. Assuming the projects within the solution are all sub-folders of the
solution folder (on the hard disk rather than in the solution explorer) then
you can just make a copy of the solution folder and all its sub-folders
somewhere else on your hard disk and work on it independently from there.

A solution is just a collection of projects. A project is a set of files
that build to create an assembly. So if you have two assemblies in your app
you would normally have two projects in your solution. When you start a new
project from the start page you are actually starting a new solution that
contains one project.

I hope this helps.

--
Robert Jarratt
Microsoft
(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
R

Robert Jarratt [MSFT]

To be honest I have never tried, but what you can do is just create a new
(blank) solution and then add in the copied projects.



--
Robert Jarratt
Microsoft
(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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