| 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
 | 
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi,
 You need to make sure your Application_Start event handler is called.
 
 Thanks
 |