Visual Basic Development Bookmark and Share   
 Home > Visual Basic IDE > Visual Basic Express 2008 displaying "Save as" Dialog when saving a file in the IDE
 

Visual Basic Express 2008 displaying "Save as" Dialog when saving a file in the IDE

Whenever I modify a file in the IDE in Visual Basic Express 2008, and then press the "Save" or "Save All" button, the "Save As" dialog opens, then says that a file of that name already exists and requests confirmation of the save. This didn't happen in Express 2005 as far as I remember. Is there a setting that I have missed that would prevent this problem? thanks.

Doogs28  Saturday, November 14, 2009 3:22 AM
This usually happens to me if I don't have permission to modify the files in the solution directory. (I have several operating systems sharing disks and sometimes they disagree on what permissions I should have.) The IDE tries to save the changes, decides that it can't, so it displays the Save As dialog to let you pick a new file to save in.

Try right-clicking on the files and selecting Properties. Make sure Read-only is not checked.

If that doesn't work, you may have a permission problem. Click the Properties dialog's Security tab, click Edit, and grant yourself full permission on the files.

One of those two steps generally works for me.

Rod
  • Marked As Answer byDoogs28 Saturday, November 14, 2009 11:41 PM
  •  
Rod Stephens  Saturday, November 14, 2009 4:51 PM
Modify the file name.
Wu Xin Yi From China  Saturday, November 14, 2009 11:37 AM
This usually happens to me if I don't have permission to modify the files in the solution directory. (I have several operating systems sharing disks and sometimes they disagree on what permissions I should have.) The IDE tries to save the changes, decides that it can't, so it displays the Save As dialog to let you pick a new file to save in.

Try right-clicking on the files and selecting Properties. Make sure Read-only is not checked.

If that doesn't work, you may have a permission problem. Click the Properties dialog's Security tab, click Edit, and grant yourself full permission on the files.

One of those two steps generally works for me.

Rod
  • Marked As Answer byDoogs28 Saturday, November 14, 2009 11:41 PM
  •  
Rod Stephens  Saturday, November 14, 2009 4:51 PM
Thanks,

I went to security, made myself the owner of my projects folder AND ALL SUBFOLDERS/FILES. It now works fine. thanks again.
Doogs28  Saturday, November 14, 2009 11:43 PM

You can use google to search for other answers

Custom Search

More Threads

• List View problem
• Lots of ifs and buts
• VB.6 IIS Applications (Webclasses) on Vista
• Deployment w/ ClickOnce (Create shortcut to Desktop)
• Could not load file or assembly in windows
• Code Analysis doesn't appear in the error list
• the options form
• Embedded Video Clips in VB
• Hovering over variable name when debugging does not trigger a popup showing the current value
• Working With Multiple Languages