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 has been archived by the owner on Aug 2, 2019. It is now read-only.
I believe this project leaves some rouge thread even after code execution is done.
I needed to convert pdf pages into images. The project I am working on is mix of ASP.Net Web Forms, MVC5 and WebApi all in one. It use .Net Framework 4.5.2. It is hosted by IIS on windows 10 machine. I have verified that it is this Nuget Package since this only happens If the code related to this is executed.
NuGets used
PdfiumViewer.Native.x86_64.no_v8-no_xfa
PdfiumViewer
All I did was put below code in my controller method.
I call that controller action once and I get build error saying pdfium.dll is busy with another process. I have to recycle the apppool in order to fix this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I believe this project leaves some rouge thread even after code execution is done.
I needed to convert pdf pages into images. The project I am working on is mix of ASP.Net Web Forms, MVC5 and WebApi all in one. It use .Net Framework 4.5.2. It is hosted by IIS on windows 10 machine. I have verified that it is this Nuget Package since this only happens If the code related to this is executed.
NuGets used
All I did was put below code in my controller method.
I call that controller action once and I get build error saying pdfium.dll is busy with another process. I have to recycle the apppool in order to fix this.
The text was updated successfully, but these errors were encountered: