Cannot reference a project to itself
When trying to establish reference between projects it complains user is trying to establish reference to itself.
Try create project reference but complained reference to the project itself
This very likely caused by the two projects are actually from the same origin. Each Visual Paradigm project do have its internal ID. If the projects are from same origin (i.e. one is copy from the other) then both will carry the same ID. Even you rename the project the internal ID will not be changed. Since it is not make sense for a project referencing to itself, with the same internal ID establish of project reference will be blocked. To solve this problem:
- Open the project you would like to import and select Project > Export > XML…
Export project to XML
- Select Export project and specify output path.
Select Export project and specify output path
- Press Export button to export it to XML.
- Go to Project > New to create a new project.
Create new project
- Select Project > Import > XML…
Import XML
- Specify the XML file outputted in step 3. Make sure you have select Generate new ID for elements that don’t exist in current project option. Press Import button to import the XML file.
Make sure select Generate ID for elements don’t exist in current project option being turned on when import XML
- Select Project > Save > Save as to a new project file.
Save as new project
Now the project saved in step 7 will carry all data as in your original project but with different internal IDs, and allows you to establish reference with this new project.
Able to create refernece with newly created project
Leave a Reply
Want to join the discussion?Feel free to contribute!