If you’re trying to find out which version of iX Developer an existing project was created in, there are a few simple methods you can use:
- Open the Project File (Best Method)
Launch your installed iX Developer.
Open the project file (.prjx).
If the project was created in an older version, the software will usually prompt you to upgrade the project.
Before upgrading, it often displays the original version, which is exactly what you need.
- Check Project File Properties
Right-click the project file → Properties.
Sometimes version-related info is stored in metadata (not always reliable, but worth checking).
- Open with Notepad / XML Viewer
A .prjx file is essentially a compressed/XML-based file.
Open it using Notepad++ or extract it (rename to .zip and unzip).
Look for tags like:
...
or anything referencing the iX Developer version.
- Ask for Backup or Documentation
If the project came from a client or team, check if they provided:
Backup files
Documentation
Version notes
Important Tip:
Always create a backup before opening or upgrading the project in a newer version, because once upgraded, it usually cannot be opened in older versions again.