You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2019. It is now read-only.
This repository was archived by the owner on Aug 2, 2019. It is now read-only.
Could not copy "\packages\PdfiumViewer.Native.x86_64.v8-xfa.2017.12.4.236\build\x64\pdfium.dll" to "bin\x64\pdfium.dll". Exceeded retry count of 10. Failed. #2
I have found the issue in MsBuild scripts. When package added to the WebSite project then IIS locking file bin\x64\pdfium.dll.
Build script tries each build copy pdfium.dll.
To resolve this issue you need to change: <CopyToOutputDirectory>Always</CopyToOutputDirectory>
to <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>