-
Notifications
You must be signed in to change notification settings - Fork 117
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
Created TuesPechkin.Wkhtmltox.AnyCPU. #90
base: develop
Are you sure you want to change the base?
Conversation
Added a version which will work in both 32 and 64 bit mode.
Skipped from build 32 & 64 dll's
downgrade .Net to 2.0 as all pechkin progects
What about this pull request ? |
Thanks for reminding me. I appreciate the effort here, I will say though: I don't like the idea of packing the assemblies directly into this new package. It would be ideal to simply depend on the separate 32 and 64 bit packages and instantiate from the appropriate one; I think some more planning/testing needs to be done overall anyways so we can cover Linux use cases -- I don't know for sure how that should fit in here yet.
|
And what would you advise to use Pechkin in AnyCPU app, that working on both x64 and x86 configurations? |
An AnyCPU version would be very much appreciated. |
Thanks for the feedback. I have not accepted this pull request because it includes the wkhtmltox.dll files within itself rather than providing a wrapper that makes use of the existing 32 and 64 bit-specific packages. If that change is made I will reinspect the pull request and probably accept it. Sorry for the delay. |
Any progress on this issue? |
I use an anyCPU version see: https://github.com/mmkiff/TuesPechkin |
Also for Framework 4? I have "any cpu" using master branch but i have a qt error in the console (nevertheless it works). |
That strange. What errors you got? |
@cratu: i wrote a simple Console Application to test. Can i send it to you? How (20MB without bin dir)? |
@codeweb if code is not private use any file share. dropmefiles as example. |
@cratu: https://dropmefiles.com/1iCsN |
I'll look a little bit later. |
I solved adding Process.GetCurrentProcess().Kill(); in my console application but it can't be a valid solution. |
I think this is qt & console app issue: https://code.google.com/p/qt4dotnet/issues/detail?id=3 |
Yes but there is no solution... |
I have another problem in the web application. Pdf generation works on Firefox but not on IE 11 (win7). |
hi, where is the AnyCPU package? |
@unruledboy check this: https://github.com/cratu/TuesPechkin |
@cratu nice! I will try it |
Still not available on nuGet? |
@frostymarvelous @unruledboy |
Thanks. Definitely need that. On Thu, Jul 21, 2016 at 4:23 PM, Dmitriy [email protected] wrote:
Regards, |
Do you any solution for this problem that i have now. If i forward me, i will be so appreciate. |
Hello, generally package doesn't depend on browser. This is just a server
lib. Maybe you have different parameters from ie and ff?
ср, 24 апр. 2019 г., 17:31 jackiemanzzz <[email protected]>:
… I have another problem in the web application. Pdf generation works on
Firefox but not on IE 11 (win7).
In the event viewer i read wkhtmltox.dll_unloaded w3wp.exe, versione:
7.5.7601.17514, 0xc0000005
Do you any solution for this problem that i have now. If i forward me, i
will be so appreciate.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABWXHZIJZHWUVROU4J3AY4LPSBVKHANCNFSM4A5UP67A>
.
|
#87
Works for both 32 and 64bit.