Viewer file is locked and can't be deleted

0
When viewing a PDF and issuing the commands frm_PDFViewer1.ShowDialog() frm_PDFViewer1.Dispose() The file stays locked an cannot be deleted. Any ideas? I am using ,NET framework 4.6.
 
asked 9/27/2019 7:07:31 PM
add a comment

1 Answers

0
The viewer still locks the file. You need to call pdfViewer.Dispose() to release the lock.
 
answered 10/3/2019 11:23:29 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged pdf-viewer or ask your own question.