Tagged Questions
3
votes
1answer
1k views
How do I get WPF's DocumentViewer to release its file lock on the source XPS Document?
After showing an XPS file in the WPF DocumentViewer, and closing the DocumentViewer instance, the XPS file is locked and I cannot delete it. I need to release the lock on the XPS file so I can delete ...