Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
Dll Register Error 0x80004005 |
Post Reply ![]() |
Author | |
Kevin@VMG ![]() Beginner ![]() ![]() Joined: 25 Oct 10 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 25 Oct 10 at 10:14AM |
Hello,
I'm trying to register the dll for QuickPDF Library so I can use it in Visual Studio 2010. I'm programming in C# language. But when I want to register the dll I get the 0x80004005 error.
I looked it up at the internet and they say the error means "Acces denied". But I'm an admin and have all the rights. Does someone know what I'm doing wrong?
I have Window 7 64-bit.
Also I have installed it at: "C:\Program Files (x86)\Quick PDF Library".
And now I have an ActiveX directorie and a DLL directorie, both have a DLL. In the ActiveX directorie I have "QuickPDFAX0721.dll" and in the DLL directorie I have "QuickPDFDLL0721.dll". Wich one do I need to register and use in VS2010?
Looking forward for you advice,
|
|
![]() |
|
Wheeley ![]() Senior Member ![]() ![]() Joined: 30 Oct 05 Location: United States Status: Offline Points: 146 |
![]() ![]() ![]() ![]() ![]() |
I don't want to drive you away from this wonderful library BUT
1. Have you looked at the samples that came with the library download? There are examples there. 2. Or try here: http://www.quickpdflibrary.com/samples/index.php 3. Also use the search utility for the forum. This question has been asked numerous times before. Wheeley ![]() |
|
![]() |
|
Kevin@VMG ![]() Beginner ![]() ![]() Joined: 25 Oct 10 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() |
First of all thanks for you comment but I found it already.
I did it in Csharp:
PFLibrary qp = new PDFLibrary("C:\\Program Files (x86)\\Quick PDF Library\\DLL\\QuickPDFDLL0721.dll");
This way I can use the DLL without registration
![]() And to your point 3.
I didn't know that. I searched for de registration error but is said it had 0 matches.
Kevin@VMG :D
|
|
![]() |
|
quickpdf_learner ![]() Beginner ![]() Joined: 15 Oct 10 Status: Offline Points: 13 |
![]() ![]() ![]() ![]() ![]() |
I had a similar situation here.
I can deploy QuickPDF locally (windows 7 32-bit with Visual Studio 2008), while it fails when I try it for windows 2008 64-bit server with IIS7.0.
I tried your method to download QuickPDF to the server and use
PFLibrary qp = new PDFLibrary("C:\\Program Files (x86)\\Quick PDF Library\\DLL\\QuickPDFDLL0721.dll");
Without registering the dll, I saw error message when loading my app to the server:
[ArgumentNullException: Value cannot be null.
Parameter name: ptr] System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(IntPtr ptr, Type t) +10220858 QuickPDFDLL0721.DLL..ctor(String dllFileName) +191 QuickPDFDLL0721.PDFLibrary..ctor(String dllFileName) +42 Any suggestion?
Thanks,
|
|
![]() |
|
Wheeley ![]() Senior Member ![]() ![]() Joined: 30 Oct 05 Location: United States Status: Offline Points: 146 |
![]() ![]() ![]() ![]() ![]() |
Try searching for 64-bit. There are numerous topics on this.
Wheeley ![]() |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store