HOW TO

Update a project file created in a previous version of ArcView

Last Published: April 25, 2020

Summary

A project was created in the previous version of ArcView. When opened in the current version, 'No' was selected at the Project Updater prompt. You can manually edit the old project file to update it to the current version.

Procedure

The following uses an example of opening an ArcView 3.1 project file in ArcView 3.2. The same procedure can be used with other versions.

  1. Open the project file in a text editor, such as Notepad or WordPad.

    The first few lines will look like this:

    Code:
    /3.1
    (ODB.1
    FirstRootClassName: "Project"
    Roots: 2
    Version: 31

  2. Change the 3.1 in the first line to 3.2.
  3. Change the 31 in the Version line to 32.

    Code:
    /3.2
    (ODB.1
    FirstRootClassName: "Project"
    Roots: 2
    Version: 32

  4. Save your edits. Make sure to maintain the .apr extension.
  5. Reopen the project in ArcView 3.2.

Article ID:000004651

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic