Rank: Newbie Groups: Member
Joined: 8/5/2014 Posts: 5
|
We are using EO.PDF 2013 in our .Net web forms application. I have the EO.Pdf.Runtime.AddLicense call in our Application_Start in the Global.asax.vb file. We use multiple web servers that do load balancing. Intermittently, we will see that trial message at the bottom of the EO.PDF reports. Can you give me some guidance on what I need to change or if anybody else has run into this issue? Is it a web.config change???
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You can call EO.Pdf.Runtime.AddLicense inside your Page_Load event handler. The AddLicense call has been optimized so that duplicate calls will not introduce much overhead.
Thanks!
|