J
John Dann
Is there any recommended way of creating a new version of an existing
project inVB.Net? Or maybe an add-in that facilitates this process?
Like most people I guess, I tend to develop projects in stages. When
I've got the code working for a certain notional version say v0.4, I
want to freeze that and keep the existing code intact before starting
work on the next phase that will add further functionality and result
in eg v0.5. Or maybe I'm struggling with a problem and want to try a
new approach to an issue, but want to keep the existing code as is.
At present I just create a new project and 'add existing items' to
that. This is maybe OK for simple projects but often I seem to come
across the problem in using an external control or dll that the new
project has partially forgotten where to find the external control.
Sometime I try to add it back in with the same name as was previosuly
assigned but the new project won't let me because it already has some
code using that name.
Am I missing some obvious way of creating new versions? Maybe I just
need to use the file system simply to copy all the files in the old
folder across to a new folder. Any advice please?
JGD
project inVB.Net? Or maybe an add-in that facilitates this process?
Like most people I guess, I tend to develop projects in stages. When
I've got the code working for a certain notional version say v0.4, I
want to freeze that and keep the existing code intact before starting
work on the next phase that will add further functionality and result
in eg v0.5. Or maybe I'm struggling with a problem and want to try a
new approach to an issue, but want to keep the existing code as is.
At present I just create a new project and 'add existing items' to
that. This is maybe OK for simple projects but often I seem to come
across the problem in using an external control or dll that the new
project has partially forgotten where to find the external control.
Sometime I try to add it back in with the same name as was previosuly
assigned but the new project won't let me because it already has some
code using that name.
Am I missing some obvious way of creating new versions? Maybe I just
need to use the file system simply to copy all the files in the old
folder across to a new folder. Any advice please?
JGD