06-09-2008, 9:13
|
pmarazzi@mutuionline.it
Joined on 11-29-2004
Posts 20
|
Re: help needed with files to include
|
 
 
|
|
|
<BLOCKQUOTE><table width="85%"><tr><td class="txt4"><img src="/SupportPortal/cs/Themes/default/images/icon-quote.gif"> <strong>Adam Boulad wrote:</strong></td></tr><tr><td class="quoteTable"><table width="100%"><tr><td width="100%" valign="top" class="txt4"><p class="MsoNormal"><span>Paul,<br></span></p><p class="MsoNormal"><span>This error is
mostly related to how your program creates our COM objects.<o:p></o:p></span></p>
<p class="MsoNormal"><span>If you
create the objects dynamically (for example using CreateObject), creating them
will NOT work, because some of our objects are licensed.<o:p> <br></o:p></span></p>
<p class="MsoNormal"><span>You need to
pass the license information to our object during creation. To do that, you can
use our LEADRasterFactory object as shown in this forum post:<o:p></o:p></span></p>
<span><a HREF="/SupportPortal/cs/forums/7964/ShowPost.aspx#7964">http://support.leadtools.com/SupportPortal/cs/forums/7964/ShowPost.aspx#7964</a> </span></td></tr></table></td></tr></table></BLOCKQUOTE>
Hi, I've Raster Imaging Pro .net 14.5: with barcode control,
when I reach the following statement:
LTBARLib.LEADBarCode leadBarCode = new LEADBarCode();
it shows the error
Creating an instance of the COM component with CLSID {00140700-B1BA-11CE-ABC6-F5B2E79D9E3F} from the IClassFactory failed due to the following error: 80040112.
The problem goes away if i install the full leadtools 14.5 sdk, but persists if i don't. I've tried packaging every single dll in the redist folder but cannot get rid of the error.
I've read the solution above but it is for LTRASTERLib.LEADRaster, instead I need the solution for the LTBARLib.LEADBarCode , I don't know the correct string, because "LEADRaster.LEADRaster.140" doesn't work,
please could you give me the correct instructions?
Thanks
|
|
|
|
|
Report
|
|
|
|