Inserting a csv file as a table in drawing leaves it open in background process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm not sure if anyone else has run into this or if there is a way to avoid it.
I have a table i write out from part files to a csv file. Our users then bring the csv file into a drawing as a table. When the user inserts the table into a drawing, the file remains open in a background "Microsoft Excel" process until the user manually closes the background process, or restarts the system. Even closing inventor leaves the background process running.
This becomes an issue when trying to update the data with the write function. I get this error:
"System.IO.IOException: The process cannot access the file 'redacted file path\redacted file name.csv' because it is being used by another process."
Is there some application option that would help prevent this background process from remaining open?