About 268,000 results
Open links in new tab
  1. dll - Does 64-bit Windows use KERNEL64? - Stack Overflow

    May 6, 2014 · It's always called kernel32.dll, even on 64-bit windows. This is for the same compatibility reasons that system32 contains 64-bit binaries, while syswow64 contains 32-bit …

  2. How to correctly use ' [iText.Kernel.Pdf.PdfDocument]::new ()' to …

    Nov 17, 2023 · So I was finally able to correctly load itext and avoid getting the errors I was getting HERE.

  3. itext7: Getting a 'cannot find file' error when attempting to read a ...

    Nov 16, 2023 · Now to find out what to do with that object. By the way I was not able to find itext.kernel.xml.dll under the link you linked to, do you know where I may be able to find it? …

  4. Loading DLL in windows kernel mode driver's address space

    How to load a dll into a kernel mode driver's address space ? In user mode we have LoadLibraryA( ) to load a dll. I'm looking for kernel mode windows API to load the dll in driver's …

  5. Could not load file or assembly 'Sitecore.Kernel' or one of its ...

    Apr 2, 2022 · 0 Have you verify sitecore.kernel dll is present in your references as well as published to root directory

  6. Is DLL loaded in kernel mode or user mode? - Stack Overflow

    Dec 7, 2016 · I was asked such a question in an interview: In windows, suppose there is an exe which depends on some dlls, when you start the exe, and then the dependent dlls will be …

  7. Where can I find the api supported by kernel32.dll?

    May 10, 2012 · Why do you specifically want to know about the functions in kernel32.dll? For legacy reasons that dll is still the entry point for a lot of windows api functionality, but the …

  8. Using iText 7 and Powershell to write text/lines/boxes to PDF

    Jul 7, 2020 · I've managed to create a blank PDF using PowerShell and iText 7. I would like to write some text, lines and boxes to the newly created PDF, but can't find any information on …

  9. How to call a device function in another DLL in CUDA kernel

    Dec 9, 2024 · Actually in the interim I had one idea to try and it seems to have gotten rid of the error, which is to move the kernel function into the DLL and replaced the function with just the …

  10. sitecore - Server Error in '/' Application after build solution in ...

    Aug 7, 2021 · Update Sitecore.kernel.dll of this version in your project solution via Nuget manager or update your DLL in your managed lib folder or DLL location folder. Keep the assembly …