Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Rouge Thread #167

Open
parikhjay opened this issue Jun 24, 2018 · 0 comments
Open

Rouge Thread #167

parikhjay opened this issue Jun 24, 2018 · 0 comments

Comments

@parikhjay
Copy link

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.

using(PdfDocument doc = PdfDocument.Load(MyPDFPath))
{

}

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant