copying existing application with new name

mikem

Member
Joined
Aug 29, 2005
Messages
10
Programming Experience
1-3
I am updating an existing app, and want to create an independent test version
I created a new folder and pasted the existing app, but it still references the modules in the original folder. What is the correct procedure
mikem
 
You may copy your modules from the old location to a folder in your project ,remove the existing references and add the reference from you current project folder. If you want to create a project with a new name then you may create a new project and add existing items from your old project.Hope this helps you.
 
You may copy your modules from the old location to a folder in your project ,remove the existing references and add the reference from you current project folder. If you want to create a project with a new name then you may create a new project and add existing items from your old project.Hope this helps you.

Thanks for the help
how and where are these reference points
mikem
 
I think with VS 2002 there's a References folder in the Solution Explorer window of the IDE, this is where all the project's references are
 
Back
Top