Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NO ISSUE] "Library was NOT tested with IIS" -> It works ! #50

Open
TomyCesaille opened this issue Aug 30, 2018 · 17 comments
Open

[NO ISSUE] "Library was NOT tested with IIS" -> It works ! #50

TomyCesaille opened this issue Aug 30, 2018 · 17 comments

Comments

@TomyCesaille
Copy link

TomyCesaille commented Aug 30, 2018

Hello,
I noticed the "Library was NOT tested with IIS." in README.

For the record, the package works under IIS.

  • Package 1.0.8 with libwkhtmltox.dll v0.12.4
  • IIS Version 8.5.9600.16384
  • Project is almost a raw ASP.NET CORE 2.1 API template, targeting core
  • Published as self contained
  • I had to use the CustomAssemblyLoadContext issue resolution here

Regards,

@lkolodziey
Copy link

Yes, I did a test right now and works fine.

@codingbadger
Copy link

What did you do to get this working? I am not having any luck getting this running in IIS. I get the error Qt: Could not initialize OLE (error 80010106)

@lkolodziey
Copy link

@codingbadger, did you copied the libwkhtmltox.dll to the folder containing your solution dlls?
I did that mistake (I didn´t copy it) and the same error appears to me.

@codingbadger
Copy link

Hi @lkolodziey yes I have done that. It is loading the dll correctly because if I put the 64bit version in, the app crashes with a Bad Image Exception.

@lkolodziey
Copy link

lkolodziey commented Sep 11, 2018

@codingbadger, try to put all related files like attached image and try again.
capture
Let´s testing :D Does not matter if you using windows put all files ...

@codingbadger
Copy link

Yep - I have all those files :)

@lkolodziey
Copy link

It is so strange.
OK, Is your application running in IIS with "no managed code" (application pool) ?
I your application 64bit configured in IIS (application pool) ?

@codingbadger
Copy link

Yes - App pool is running as "no managed code". The "enable 32 bit applications" is set to False

@codingbadger
Copy link

I finally got to the bottom of this, it turns out the the absolute url being used for images, css etc wasn't accessible from the webserver. Once this was fixed the PDF's were generated fine.

Thanks for your help @lkolodziey

@lkolodziey
Copy link

Basically broken links, good thing that solved.
You are welcome.

@lkolodziey
Copy link

lkolodziey commented Sep 14, 2018

For all ... I created an example of use: https://github.com/lkolodziey/UsingDinkToPdf_Example

@novidaws
Copy link

Hello, @lkolodziey . Thank you for your sharing, I need your help, because libwkthmltox.dll is not running well in my IIS environment.
I use libwkhtmltox.dll version 0.12.4 for .Net Core 2.0, and I published to IIS version 10.0.14393.0.

I got something error in my browser:

`An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.
C:\inetpub\wwwroot\prisma\Views\Home\Index.cshtml

Metadata file 'C:\inetpub\wwwroot\prisma\libwkhtmltox.dll' could not be opened -- PE image doesn't contain managed metadata.
@{`

Could you share your knowledge about this?
I really appreciate your help! Thanks!

@rajputranjeet569
Copy link

Hi All,

Can i use DinkToPdf with dot net core 2.1?.

I have used it with Asp.net core. it's working on local IIS but not working on Live Server.

Error : Unable to load DLL 'C:\inetpub\wwwroot\myproject\api\bin\libwkhtmltox.dll' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Unable to load DLL 'C:\inetpub\wwwroot\myproject\api\bin\libwkhtmltox.dll' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E).

Please let me know ASAP.

Thanks & Regards,
Ranjeet

@casaulenbo
Copy link

Yes you can. Performance of IIS is very bad. Imagine, at first server got 100 request concurrently, which every request will create 1 pdf file. If there is request 101th, it have to wait until 100 request finish.

@raissahonorato
Copy link

Hello, I'm from Brazil and I saw that this post is a little bit like my problem.
my application returns the following result:
"A#Could not load file or assembly 'DinkToPdf, Version=1.0.8.0, Culture=neutral, PublicKeyToken=null'"
have you seen something like that?
thanks for listening!

@casaulenbo
Copy link

Have you try this before?
#5 (comment)

@arpitce27
Copy link

arpitce27 commented May 23, 2024

@codingbadger, did you copied the libwkhtmltox.dll to the folder containing your solution dlls? I did that mistake (I didn´t copy it) and the same error appears to me.

And as a part of problem I did installed below, and I tried removing and running application - it throw same error. after re installation it worked fine.
https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170

This was the key for my .NET CORE 2.2 Project.

Thank you @lkolodziey

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

No branches or pull requests

8 participants