ModelGUID not refreshed when File in NWF is replaced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
For this issue we have created a temporary function that shows the user the ModelGUID.
We have the following scenario:
1. Create an NWD (based on version A.nwc), called Test.nwd. Open this NWD. ModelGUID is eg. 1234...
2. Now save it as X.nwf and re-open this NWF. ModelGUID is eg. 1234...
3. Now close the X.nwf and remove Test.nwd in windows explorer.
4. Now create a second NWD (based on version B.nwc), called Test.nwd (you exchange the version of the NWD). ModelGUID is eg. 6789...
5. Now open X.nwf. (Because paths remain the same, the new version is loaded automatically, so the nwf now contains version B).
But here comes the issue: The modelGUID that is shown is the modelGUID of the originally linked NWD (1234....) and has not refreshed to the newer version (6789...)!
Does anybody have a clue what we can do about this. We use this modelGUID to identify a dataset within a SQL database, but it now finds the wrong dataset!