MarkD Posted April 24, 2003 Posted April 24, 2003 Simple question from a .net newbie. In VB 6.0 I could do a SAVE AS from my IDE to make a duplicate of a VB program. I did this to start a new project from a similar one I knew already worked (without having to recreate the wheel). What's the Studio .NET counterpart for the SAVE AS for my VB.NET programs? I noticed no SAVE AS in my Studio .NET IDE's File drop down box. Thanks! Quote
MarkD Posted April 24, 2003 Author Posted April 24, 2003 Let me clarify... I'm talking about SAVE PROJECT AS, not SAVE AS. Quote
Leeus Posted April 24, 2003 Posted April 24, 2003 You could just copy the directory with all the files in?? Quote
Moderators Robby Posted April 24, 2003 Moderators Posted April 24, 2003 I find the best way to make a copy of a project and all the files related to it is... copy the entire folder.. If what you want is to rename the project, then do so in the Solution Explorer. Quote Visit...Bassic Software
*Experts* Nerseus Posted April 24, 2003 *Experts* Posted April 24, 2003 Also, VB6 never had a Copy Project option. If you use the menu "Copy Project As" you're only copying the project file, not the individual source files. If you change any of the forms or BAS files in one project, they'd be updated in the other as well. In VB6 you had to actually copy the folder contents as well. In .NET you only need to copy the root folder (and subfolders only if you've created them in your project). You don't need the bin folder (unless you've MANUALLY copied files in there, such as pictures to be loaded at runtime). You also don't need the .user files or any sourcesafe files. -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.