Save as.. or copying and pasting project/solution

B

Bob Smith

I'm using VB.NET 2003 to extend the functionality of an application (Cadcorp
GIS) and have a solution with a single project, a user control and a
constants file added from the application. The code merely connects to the
application and so is required for every customisation I produce for the
application.

What I'd like is some means of saving this basic solution/project with a new
name or copying and pasting it so I don't have to rewrite the initial code
every time. Is this possible? Or could I copy/paste/rename the whole
solution directory structure then open the new version to add additional
code?

Cheers, Bob
 
H

Herfried K. Wagner [MVP]

Bob Smith said:
What I'd like is some means of saving this basic solution/project with a
new
name or copying and pasting it so I don't have to rewrite the initial code
every time. Is this possible? Or could I copy/paste/rename the whole
solution directory structure then open the new version to add additional
code?

Visual Studio Enterprise Templates -- Walkthrough: Creating a New Enterprise
Template
<URL:http://msdn.microsoft.com/library/e...kWalkthroughCreatingNewEnterpriseTemplate.asp>
 

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