Welcome Guest Search | Active Topics | Sign In | Register

license deployment Options
mieke
Posted: Wednesday, March 20, 2013 10:46:29 AM
Rank: Member
Groups: Member

Joined: 3/19/2013
Posts: 10
Hi,

I have a licence now. I add in asp.net:

method Global_asax.Application_Start(sender: Object; e: EventArgs);
begin
EO.Pdf.Runtime.AddLicense(....license....);
end;

Build solution. Then, when I run on localhost the line at the bottom with the message 'build with trial version.... 'in the PDF is gone. But, when I deploy the new dll to the server, the line is still there...

I read the documentation, but don't see what I forget?

thanks,
Mieke
eo_support
Posted: Wednesday, March 20, 2013 12:32:44 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

You need to make sure your Application_Start event handler is called.

Thanks


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.