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!
![]() |
Create an instance of Quick PDF Library problem |
Post Reply ![]() |
Author | |
quickpdf_learner ![]() Beginner ![]() Joined: 15 Oct 10 Status: Offline Points: 13 |
![]() ![]() ![]() ![]() ![]() Posted: 15 Oct 10 at 6:44PM |
I was trying to create a quickpdf application with c# for my web application by using: string libraryPath = string.Format("{0}{1}", "c:\\inetpub\\devapp\\", "QuickPDFDLL0721.dll");QuickPDFDLL0721.PDFLibrary qp = new QuickPDFDLL0721.PDFLibrary(libraryPath);
And got the following error:
"value cannot be null. parameter name: ptr".
I guess it's because of incorrect libray path.
Please advise. |
|
![]() |
|
quickpdf_learner ![]() Beginner ![]() Joined: 15 Oct 10 Status: Offline Points: 13 |
![]() ![]() ![]() ![]() ![]() |
It can be loaded to local while doesn't work for web.
The error log is
Edited by quickpdf_learner - 19 Oct 10 at 7:32PM |
|
![]() |
|
Rowan ![]() Moderator Group ![]() ![]() Joined: 10 Jan 09 Status: Offline Points: 398 |
![]() ![]() ![]() ![]() ![]() |
If this is going on a server then you should probably be using the Server.MapPath method instead of hard coding the path as you're probably running into permissions issues. This error isn't caused by the library, it's caused by your web application not being able to find (due to permissions I imagine) the file that you're referencing.
|
|
![]() |
|
quickpdf_learner ![]() Beginner ![]() Joined: 15 Oct 10 Status: Offline Points: 13 |
![]() ![]() ![]() ![]() ![]() |
I've tried
PDFLibrary qp = new PDFLibrary(Server.MapPath("~\\QuickPDFDLL0721.dll")) or
PDFLibrary qp = new PDFLibrary(Server.MapPath("QuickPDFDLL0721.dll"))
which didn't work either.
As to permissions issues, what else do I need to do?
Another thing is that, I cannot add the dll as a reference to the project. Error message shows "No typed libraries were fuond in the component". Has anyone else got the same?
Thanks for your reply.
|
|
![]() |
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