Visual Basic Development Bookmark and Share   
 Home > Visual Basic IDE > Is there a "save as..." feature in VB?
 

Is there a "save as..." feature in VB?

Hi, I'm using VB2008 express, and I want to save my project: "VBprogram_V1"as "VBprogram_V2" and then make changes to the
Version 2 program. But there is no command in the File menu to do it. If I just copy my project folder to a new folder and give it
a different name, vb gives me a headache with heaps of errors I don't understand.

Maybe "Save as..." is in the commercial versions of VB???

Thanks in advance,

Geoff Williams
www.myspace.com/zylascope
zylascope  Friday, November 27, 2009 6:13 PM
I normally just go to the folder where the project is Saved, right click on it and select Copy

create a new folder wherever you want to hold all these "test" copies and paste it into there

then you can rename the folder to something like app1Copy, and go into your app properties and change the assembly name to the same
  • Marked As Answer byzylascope Sunday, November 29, 2009 5:01 AM
  •  
jwavila  Friday, November 27, 2009 7:04 PM
I normally just go to the folder where the project is Saved, right click on it and select Copy

create a new folder wherever you want to hold all these "test" copies and paste it into there

then you can rename the folder to something like app1Copy, and go into your app properties and change the assembly name to the same
  • Marked As Answer byzylascope Sunday, November 29, 2009 5:01 AM
  •  
jwavila  Friday, November 27, 2009 7:04 PM

I did that, i changed "Assembly name" and also"Root namespace" to the name of the new folder, and...

It Worked! Thank you so much.

Now it builds, no errors, but I get 30 warnings about the
icons, but the icons still appear when I run my program. Here's one of the warnings...

----

Warning30: The resource name 'arrow-down_24' is not a valid identifier.
C:\...\Visual Studio 2008\Projects\...\My Project\Resources.resx00

----

Why does this happen?


Geoff Williams
www.myspace.com/zylascope

zylascope  Sunday, November 29, 2009 5:01 AM

There have been a few threads where someone added some resources, then deleted some, and they had problems because the reference to the resource was not fully deleted. If I remember right after you delete the actual resource, you need to go into another folder and do something there.

I'll see if I can find the link to one of those threads.

Check back


edit:
found this one:


http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvb/thread/adc03c0b-f5d1-4944-9dcf-8298b30b066c


another thread suggested deleting the entire resources folder, etc, and then re-adding them all. In the search box above where it says Search Forums, type in something like delete resource or delete resoureces. You'll get a few links to read.

hope this helps
jwavila  Sunday, November 29, 2009 6:46 AM

You can use google to search for other answers

Custom Search

More Threads

• Unable to access controls on a form
• Where did the auto-generated code go?
• 'GoToReference' in VB.Net?
• How to store a password?
• query format error---soon please
• VS.NET 2005 IDE display deteriotes drastically with VS.NET 2008 installation
• the Visual Basic XML to Schema Wizard does not install
• Line Color / Outlining
• Usercontrol, IDE and MouseDown
• Properties settings anomaly