pruiz / WkHtmlToXSharp

C# wrapper wrapper (using P/Invoke) for the excelent Html to PDF conversion library wkhtmltopdf library.
239 stars 84 forks source link

First-chance exception at 0x000007FEFDAF940D (KernelBase.dll) in w3wp.exe #28

Closed JamesYing closed 8 years ago

JamesYing commented 10 years ago

First-chance exception at 0x000007FEFDAF940D (KernelBase.dll) in w3wp.exe: 0xE0434352 (parameters: 0xFFFFFFFF80004003, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x000007FEF8D90000).

If there is a handler for this exception, the program may be safely continued.

I use WK in my project.The first convert is error,the second show this exception,How can I do?

pruiz commented 10 years ago

That looks like a native exception to me, so even if you could actually handle it, the program's current state wont be trustable anymore.

On Tue, Aug 12, 2014 at 6:14 AM, JamesYing notifications@github.com wrote:

First-chance exception at 0x000007FEFDAF940D (KernelBase.dll) in w3wp.exe: 0xE0434352 (parameters: 0xFFFFFFFF80004003, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x000007FEF8D90000).

If there is a handler for this exception, the program may be safely continued.

I use WK in my project.The first convert is error,the second show this exception,How can I do?

— Reply to this email directly or view it on GitHub https://github.com/pruiz/WkHtmlToXSharp/issues/28.

pruiz commented 8 years ago

As stated on other issues (related to IIS), using this library from within IIS is not supported due to limitations with the underlaying wkhtmltopdf component.