The properties in \ have been updated outside the current session

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In our company we have created an app using .NET. This application simply connects to Inventor assembly file when it is open and update specific ipt files' custom properties to our needs. Everything is fine up to this point but when we try to open a modified ipt file, this prompt pops up: "The properties in ... have been updated outside the current session. Do you want to keep these changes and lose any changes made in the current session?" I understand why this happens as we are changing the porperties from a 3rd party software. But is there a way to suppress this prompt and automatically answer "Yes"? Because we are using custom properties in idw file for some custom fields, also we are writing them to a database. We can't use the data we embed in ipt file without opening that ipt file and say yes to that prompt. Any help would be appreciated.