|
Rank: Member Groups: Member
Joined: 2/26/2009 Posts: 17
|
I downloaded the trial version 3 days ago for the EO.Pdf library (I have been a long time EO.Web client) and purchased EO.Total this afternoon. I have a website app which I have the trial of EO.Pdf working great in. I added in the global.asax, which I didn't have previously, and added the line to set the license as my order status instructed me, and rebuilt my solution. However I still get the line in the footer saying that it's a trial version. How to get that to go away? I assume that I don't need to download a new version and that the key simply makes that trial notice not appear.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Thank you very much for your business. You will want to make sure your Global.asax is called. If it's not even called, then obviously it doesn't matter what you put in there. If you are interested, you can search more information online about Global.asax and related debugging topics.
Alternatively, you can simply call the code in your Page_Load event handler. That way the license code is called on when every page loads. Obviously that's slightly more inefficient but it should work for you.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/26/2009 Posts: 17
|
Hi, I appreciate your fast response.
I must apologize, for I am a dork. I had been using the dll for your EO.Pdf 2012. The key works much better with the 2013 dll.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Well, that explains it. :) Thanks for the update!
|
|