01-31-2008, 21:52
|
WestieBoy
Joined on 02-01-2008
Posts 1
|
Loading RASTER IMAGE from uri
|
 
 
|
|
|
Hello,
We are trying to evaluate the QR features of Leadtools products and have successfully downloaded and installed V15 (including the barcode add-on).
We ran the barcode demonstration program, successfully browsed to the test file, loaded and decoded.
We then built a simple test harness in Visual Studio.NET 2005 using VB.NET (attached) and endeavoured to use the RasterCodecs class Load(uri) method overload.
The file exists on the localhost and, in the Visual Studio code editor, you can CTRL-Click to follow the link and the image is successfully displayed in the image browser.
However, when the TEST button is clicked, the Load() method of the RasterCodecs instance throws a "File not found" exception.
We changed from an HTTP uri to a FILE uri to no avail.
What, if anything, should we be doing to make all of this hang together?
Many thanks
|
|
|
|
|
Report
|
|
|
|