Hi,
Would like to know how we can reuse an existing project.
We have a project which we have exported from our production server.
We would like to make a copy of this project and then upload it again using a different name.
It seems that the server sees the projects as identical, when we try and upload it uisng a different name
So my question is:
1. How do we reuse a project the fastest (they are quite similar and we only do small modifications)
Is it because the projects have some sort of Identical ID (GUID ??) if so, how do we change that ?
コメント
2件のコメント
Hello,
Yes, you need to change GUID. Here are the steps to change it:
1. Open Project Properties and change the project name. Afterwards close the Project Setup Station.
2. Open .fcproj using Notepad++ in HEX-Editor and change just one digit of the GUID, usualy between rows 00000100 to 00000130
- after you change the digit, you will see in DUMP that value has changed
3. Save it and close Notepad++ and open the project and try to upload it to the server
Hope it helps.
Best regards,
Vladimir
Thank you :-)
サインインしてコメントを残してください。