0 out of 4 rated this helpful - Rate this topic

How to: Rename Projects and Items

You can rename most projects and most items that appear in Solution Explorer.

NoteNote

A distinction should be drawn between items and files. Items include references, data connections, and folders, none of which are files.

Use the following procedure for renaming projects and items.

To rename a project

  1. In Solution Explorer, right-click the project node and then select Rename from the context menu.

  2. Type the new name for your project.

    NoteNote

    Renaming a project does not automatically rename the folder that contains the project.

To rename an item

  1. In Solution Explorer, select the item you want to rename.

  2. On the View menu, choose Properties Window.

  3. In the Properties window, locate the Name property and type a new item name.

    NoteNote

    For some items, you might need to change the File Name property.

    NoteNote

    When you rename an item, the corresponding class name in that item is renamed automatically. For example, if you rename Form1.vb, the class Form1 is renamed automatically.

    NoteNote

    The Name property is not available for items that are dependent upon other items.

If the item you want to rename is a link to the file and not the file itself, you need to save the target file to the new name in order to rename the link.

To rename a link item

  1. In Solution Explorer, select the item and then choose Save As on the File menu.

  2. In the Save File As dialog box, select a location for the file.

  3. In File name textbox, type a new name.

  4. From the Save as type drop-down box, select a file type and then choose Save.

    NoteNote

    The Save As options makes a copy of the item. The copy is automatically added to your project.

Any changes you make to the file with the new name are not saved to the file that the original link referenced.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Namespace Renaming
Renaming the Solution or the Project does not automatically rename the Namespace which was also set by the Name field of the New Project dialogue box.  To rename the Namespace, ...
Advertisement