Weblink issue with adobe reader 10.1.1

Hi,

We are creating the PDF documents that contains website links using Aspose. The problem that is occurring is whenever we click on the website links in the pdf file, it opens up IE browser but just show connecting message without actually showing the link and its content. This is ocuurring when we open the PDF using adobe reader 10.1.1 . However it seems to be working fine with Adobe reader 9 . Moreover the length of the URL is bit large and seems like links work fine when we have 253 characters in the URL and if they are more than that then it is not working.

Here is the code that we are using for creating the link-

segment.Hyperlink = new Hyperlink();
segment.Hyperlink.Url = anchor;
segment.Hyperlink.LinkType = HyperlinkType.Web;

Anything regarding this will be of great help.