<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Issue Finding DLL - C# Sample</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Issue Finding DLL - C# Sample]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 07 Jun 2026 03:38:15 +0000</pubDate>
  <lastBuildDate>Sat, 12 Mar 2016 13:46:56 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3268</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Issue Finding DLL - C# Sample : Hi Clark,it depends on what type...]]></title>
   <link>http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13050.html#13050</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3268<br /><strong>Posted:</strong> 12 Mar 16 at 1:46PM<br /><br />Hi Clark,<div><br></div><div>it depends on what type of dll you're using.</div><div>The 32-bit- or the 64-bit-version?</div><div>You are on a 64-bit-system so a 32-bit-dll should be in the syswow64-path and a 64-bit-dll should be in the system32-path (copying the one dll in both path won't be a good solution ;-)</div><div>In VS it's the same:</div><div>32-bit-dlls into the path for 32-bit-dlls and 64-bit-dlls into the path for 64-bit-dlls.</div><div>Which paths in VS will be relevant you can control with the settings what you wanna build... a 32-bit-app or a 64-bit-app.</div><div>A 32-bit-dll will never work with 64-bit-settings in VS.</div><div><span style="line-height: 1.4;">&nbsp;</span></div>]]>
   </description>
   <pubDate>Sat, 12 Mar 2016 13:46:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13050.html#13050</guid>
  </item> 
  <item>
   <title><![CDATA[Issue Finding DLL - C# Sample : None of the above works with Release...]]></title>
   <link>http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13049.html#13049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2833">Cefeg</a><br /><strong>Subject:</strong> 3268<br /><strong>Posted:</strong> 12 Mar 16 at 1:06AM<br /><br />None of the above works with Release version. Always works with Debug. Using Any CPU. The DLL is in the project folder, bin\debug and bin\release folders. Also the DLL is in System32 and SysWow64. I am running VS Community Edition on Windows 10/64 with a 64-bit machine. Have not changed the code from the Demo except adding our unlock key. <br><br>A Reference to the DLL cannot be made. Reason is Not found, check the path. <br>This is the PDF Library path I am using;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PDFLibrary qp = new PDFLibrary("DebenuPDFLibraryDLL1115.dll");<br><br>Is this path correct? Any ideas?<br>]]>
   </description>
   <pubDate>Sat, 12 Mar 2016 01:06:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13049.html#13049</guid>
  </item> 
  <item>
   <title><![CDATA[Issue Finding DLL - C# Sample : Hi Clark,how are the settings...]]></title>
   <link>http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13048.html#13048</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3268<br /><strong>Posted:</strong> 11 Mar 16 at 10:05PM<br /><br />Hi Clark,<div><br></div><div>how are the settings in VS (any cpu or x86)?</div><div>These settings are important finding the dlls (in the path with x86 or the 64-bit-release-path).</div><div>What you can do always is copying the dll (are you using 32- or 64-bit-dll?) into the syswow64 or system32.</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 11 Mar 2016 22:05:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13048.html#13048</guid>
  </item> 
  <item>
   <title><![CDATA[Issue Finding DLL - C# Sample : Hi, The locations for the QuickPDF...]]></title>
   <link>http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13045.html#13045</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2833">Cefeg</a><br /><strong>Subject:</strong> 3268<br /><strong>Posted:</strong> 09 Mar 16 at 2:32AM<br /><br />Hi,&nbsp; The locations for the QuickPDF DLL mentioned above worked fine until we upgraded to Windows 10, VS 2015 Community Edition, .NET 4.6.1 and switched to Release configuration. No problem in Debug config. But in Release config we continually get the License Unlock error or Could not locate the DLL error.&nbsp; <br><br>The DLL is in the bin\Release folder as mentioned above.<br><br>Does the DLL in line below require a path? I've tried to no avail.<br>PDFLibrary qp = new PDFLibrary("DebenuPDFLibraryDLL1115.dll");<br><br>Regards, Clark<br>]]>
   </description>
   <pubDate>Wed, 09 Mar 2016 02:32:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13045.html#13045</guid>
  </item> 
  <item>
   <title><![CDATA[Issue Finding DLL - C# Sample : Hi Ingo,Placing the DLL in bin\debug...]]></title>
   <link>http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13005.html#13005</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2833">Cefeg</a><br /><strong>Subject:</strong> 3268<br /><strong>Posted:</strong> 18 Feb 16 at 12:03AM<br /><br /><div>Hi Ingo,</div><div><br></div><div>Placing the DLL in bin\debug worked just fine. Thanks so much. It is always the simple solutions that solve the puzzling issues.</div><div><br></div><div>Thanks for your welcome and thanks again for your help. Lots of points to you.</div><div><br></div><div>Clark</div><div><img src="http://www.quickpdf.org/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /></div>]]>
   </description>
   <pubDate>Thu, 18 Feb 2016 00:03:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13005.html#13005</guid>
  </item> 
  <item>
   <title><![CDATA[Issue Finding DLL - C# Sample : Hi Cefeg,your C#-project will...]]></title>
   <link>http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13003.html#13003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3268<br /><strong>Posted:</strong> 17 Feb 16 at 9:57PM<br /><br />Hi Cefeg,<div><br></div><div>your C#-project will be in debug- or release-mode and the compiling option will be "any cpu" (=64 bit) or "x86" (=32 bit).</div><div>So this would mean for 32 bit that the dll should be in "...\bin\x86\debug\" or in "...\bin\x86\release\".</div><div>Another option was the common place syswow64 for a 32-bit-dll (on a 64 bit system) or system32 for a 64-bit-dll (on a 64 bit system) or system32 for a 32-bit-dll (on a 32 bit system).</div><div><br></div><div>Cheers and welcome here (and good luck ;-)</div><div>Ingo</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 17 Feb 2016 21:57:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13003.html#13003</guid>
  </item> 
  <item>
   <title><![CDATA[Issue Finding DLL - C# Sample : Using VS 2015 and Windows 10 Pro....]]></title>
   <link>http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13000.html#13000</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2833">Cefeg</a><br /><strong>Subject:</strong> 3268<br /><strong>Posted:</strong> 16 Feb 16 at 10:15PM<br /><br /><div>Using VS 2015 and Windows 10 Pro. We have paid license to Quick PDF Library1115. Downloaded the C# sample code. Copied both DebenuPDFLibraryDLL11115.dll and .cs to programs folder with Form1.cs, designer and Program.cs. The project uses .Net framework&nbsp;4.5.2.</div><div><br></div><div>Compiling is error free, but on running this always falls through If (qp.LibraryLoaded()) with the error Could not locate Debenu Library... </div><div><br></div><div>Any suggestions to find the library? Could there be an issue with VS 2015 and Win 10 and this sample?</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 16 Feb 2016 22:15:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/issue-finding-dll-c-sample_topic3268_post13000.html#13000</guid>
  </item> 
 </channel>
</rss>