Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: WebThumbnailViewer.Add give me this exception: Illegal characters in path.
Started by beada1 at 11-05-2008 11:21. Topic has 7 replies.

Print Search « Previous Thread Next Thread »
  11-05-2008, 11:21
beada1 is not online. Last active: 11/5/2008 3:54:11 PM beada1

Not Ranked
Joined on 11-05-2008
Posts 3
WebThumbnailViewer.Add give me this exception: Illegal characters in path.
Reply Quote
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
   Report 
  11-05-2008, 16:20
GregR is not online. Last active: 1/2/2009 9:03:27 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,811
Re: WebThumbnailViewer.Add give me this exception: Illegal characters in path.
Reply Quote
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?

Greg Ross
LEADTOOLS Technical Support
   Report 
  11-05-2008, 16:48
beada1 is not online. Last active: 11/5/2008 3:54:11 PM beada1

Not Ranked
Joined on 11-05-2008
Posts 3
Re: WebThumbnailViewer.Add give me this exception: Illegal characters in path.
Reply Quote
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
   Report 
  11-05-2008, 17:03
GregR is not online. Last active: 1/2/2009 9:03:27 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,811
Re: WebThumbnailViewer.Add give me this exception: Illegal characters in path.
Reply Quote
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.

Greg Ross
LEADTOOLS Technical Support
   Report 
  11-06-2008, 8:07
beada1 is not online. Last active: 11/5/2008 3:54:11 PM beada1

Not Ranked
Joined on 11-05-2008
Posts 3
Re: WebThumbnailViewer.Add give me this exception: Illegal characters in path.
Reply Quote
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



   Report 
  11-06-2008, 11:11
GregR is not online. Last active: 1/2/2009 9:03:27 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,811
Re: WebThumbnailViewer.Add give me this exception: Illegal characters in path.
Reply Quote
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
Greg Ross
LEADTOOLS Technical Support
   Report 
  11-07-2008, 12:55
GregR is not online. Last active: 1/2/2009 9:03:27 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,811
Re: WebThumbnailViewer.Add give me this exception: Illegal characters in path.
Reply Quote
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.

Greg Ross
LEADTOOLS Technical Support
   Report 
  11-13-2008, 11:24
GregR is not online. Last active: 1/2/2009 9:03:27 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,811
Re: WebThumbnailViewer.Add give me this exception: Illegal characters in path.
Reply Quote
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

Greg Ross
LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » DotNet » Re: WebThumbnailViewer.Add give me this exception: Illegal characters in path.

Powered by Community Server, by Telligent Systems