Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, November 5, 2008 6:16:05 AM(UTC)

beada1  
beada1

Groups: Registered
Posts: 3


Hi All,

I've got an HTTP Handler in order to retrieve an image via another method. I'm trying to add this kind of url:
http://localhost:7185/ImagingWebTest/getImage.imaging?documentId=999992&envelopeId=5584&folderId=3220

This is suppose to be a valid link because it works fine if I'm trying it in IE. But when adding it with the add method on webThumbnailViewer I've got this exception: Illegal characters in path.

The character that he doesn't like are: ? and &.

The add method isn't suppose to take a url as first parameter?

Thanks
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, November 5, 2008 11:15:45 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


Can you use an httpHandler properly without the query string in the URL?

What is the file version of Leadtools.dll that you are using?
 
#3 Posted : Wednesday, November 5, 2008 11:43:10 AM(UTC)

beada1  
beada1

Groups: Registered
Posts: 3


The handler is working fine with the parameters, because I can display an image using the url directly in the browser.

But if I remove the parameter when I'm adding it to the WebThumbnail then it's working fine if I hard coded somewhere the parameters.

It's version 15.

Thanks
 
#4 Posted : Wednesday, November 5, 2008 11:58:09 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


Please tell me the File Version of Leadtools.dll (i.e. 15.x.x.x).

Also, please send a small sample project (NOT your entire application) that isolates this problem so I can try to reproduce it here.

NOTE: If you are attaching a project or file to the forums...
1.) Zip the file(s) up.
2.) Make sure it is less than 5 MB.  If it is larger, please send an email to support@leadtools.com and we'll send you FTP instructions.
3.) Remove ANY AND ALL unlock codes and LEADTOOLS DLLs.
4.) Do not click the preview button, the attachment will not show up when you post it.

If you do not wish to post your file(s) on the forum since they are publically viewable, please send an email to support@leadtools.com and make sure that you include a link to this forum post.
 
#5 Posted : Thursday, November 6, 2008 3:02:49 AM(UTC)

beada1  
beada1

Groups: Registered
Posts: 3


The version that I'm using is: 15.0.1.3.

Here the way to reproduce it:

1. Create a new web project.
2. Add a WebThumbnailViewer Control in page
3. Add CacheFolder and Resources folders
4. Add a second aspx page
5. Put the code below in the Load event of the page
6. Run it and check the innerException

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
RasterCodecs.Startup()
WebThumbnailViewer1.Add("http://localhost:1292/website15/Default2.aspx?test=1", 1, 1)
End Sub

Thanks


 
#6 Posted : Thursday, November 6, 2008 6:06:33 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


I have reproduced this problem and need to report it to our engineering department.  However, in order to do that I need you to send an email to support@leadtools.com including the following information:

1. The company you work for
2. The LEADTOOLS serial number(s) you own (if you are evaluating, just say so)
3. The name(s) of the developer(s) using the serial number
4. A link to this forum post
 
#7 Posted : Friday, November 7, 2008 7:50:34 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


This incident has been reported with the incident number 7484IDT.  This incident will be reviewed and prioritized by our engineering department.  I will contact you when I get more information from our developers.
 
If you have any more questions, please let me know.
 
#8 Posted : Thursday, November 13, 2008 6:19:30 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


This incident, 7484IDT, has been fixed. 

Please send an email to support@leadtools.com in order to get the download instructions for the latest patch.  For verification purposes, I need you to include the following information:

1. The company you work for
2. The LEADTOOLS serial number(s) you own (if you are evaluating, just say so)
3. The name(s) of the developer(s) using the serial number
4. A link to this forum post
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.134 seconds.