Pechkin icon indicating copy to clipboard operation
Pechkin copied to clipboard

64-bit support?

Open timcroydon opened this issue 12 years ago • 15 comments

Hi there,

Tried deploying Pechkin as part of my solution to an IIS server and got the exception:

BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)

This is the problem described here: http://stackoverflow.com/questions/2023766/an-attempt-was-made-to-load-a-program-with-an-incorrect-format-even-when-the-p

Workaround is to enable 32-bit app support for the IIS app pool.

Do you know if there's a 64-bit version of the wkhtmltopdf libraries or if there's any way of deploying to 64-bit? My sysadmin is not keen on enabling 32-bit support if we can help it.

Thanks.

timcroydon avatar Nov 26 '12 09:11 timcroydon

Second this. Could it be possible to make the project 64bit compatible?

V3nn3tj3 avatar Dec 10 '12 22:12 V3nn3tj3

It's an awesome project. 64bit compatible would make it perfect :)

Thanks!

ureyes84 avatar Dec 13 '12 17:12 ureyes84

I'll look into it, https://github.com/pruiz/WkHtmlToXSharp already supports 64 bit, so you can use it in 64-bit environment. As soon as I'll embed libraries into assembly, I'll look into 64-bit support.

Which looks like that it won't be very soon.

gmanny avatar Feb 04 '13 18:02 gmanny

I'd also like the 64-bit support, thanks for the awesome library!

kendrome avatar Apr 10 '13 03:04 kendrome

Upvote

ysrb avatar Nov 04 '13 15:11 ysrb

Hi GManny,

First of all thank you very much for this wonderful library. When we can except the 64-bit support for this library. Because we are using NServiceBus in 64 Bit so I may not use the workaround what you have specified.

Thanks in advance.

Regards, N.Murali Krishna.

muralinit avatar Dec 10 '13 06:12 muralinit

64 bit support is crucial for using Pechkin in Windows Azure. Think about it: Pechkin is mostly used in ASP.NET applications, and: where is the "best place" to host ASP.NET applications? in Azure. Pechkin should be compatible with Azure.

germanger avatar Dec 10 '13 20:12 germanger

+1 would be really nice to have

jackjbradford avatar Feb 10 '14 00:02 jackjbradford

bump.

MacMcDell avatar Mar 24 '14 15:03 MacMcDell

Unfortunately, like the page for Wktohtmlsharp states, there is no x64 wkhtmltopdf library available, so it simply cannot be run in x64 mode.

Instead of doing some sketchy child process spawning, would anyone be interested in a project that exposes Wkhtmltopdf as a WCF service over named pipes, so it could be run in its own 32-bit app pool and utilized by fully 64-bit applications?

tuespetre avatar Mar 25 '14 15:03 tuespetre

Very disappointing, I would've loved to use this.

justintoth avatar Dec 04 '14 01:12 justintoth

Wkhtmltopdf now does offer a 64-bit lib, which has since been included in TuesPechkin.

tuespetre avatar Dec 04 '14 01:12 tuespetre

Thanks, I'll give it a try!

justintoth avatar Dec 04 '14 01:12 justintoth

Azure Service does not support 32bit, I really need Pechkin to be 64bit please.

ascendedcrow avatar Mar 04 '15 06:03 ascendedcrow

does Pechkin can be used in IIS x64 now?

swordzhang2004 avatar Jul 24 '15 02:07 swordzhang2004