views:

41

answers:

1

In Visual Studio 2005 Professional, under Menu Bar "File", I do not have the option "Save Copy of Package AS..." which allows saving the package on the server. How do I get this option to display and be useful?

A: 

Do you mean "Save Project as..."?

If so, yeah it's kind of a pain moving a VS project. I usually just copy the directry tree using normal file copy commands, and fix up whatever problems crop up as a result manually. Usually it's not bad - most of the project information deals with relative file locations pretty well.

Kinook Software has a utility that's supposed to help with this. Try it if you think it has value:

Michael Burr