Welcome Guest Search | Active Topics | Sign In | Register

Getting Trial message on Production server, but not on Dev / QA server Options
dqdev
Posted: Thursday, May 4, 2017 9:21:58 AM
Rank: Newbie
Groups: Member

Joined: 5/23/2016
Posts: 2
Hi,

We're using EO.PDF 2016 with a valid license. Works fine on our dev server, works fine on our QA server.

Once we deploy the same app files to the client's production server, PDFs generated contain the "Created with trial..." message. We've restarted IIS to make sure the Application_Start even is triggered, same thing. The OS is the same as our QA (Win 2012 R2 64bit).

Any ideas why this is happening?
eo_support
Posted: Thursday, May 4, 2017 1:57:24 PM
Rank: Administration
Groups: Administration

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

This is almost certainly that your license code is not called (for example, for some reason your Application_Start event is not called), so you will need to debug your application in order to find out why it has not been called.

If you can not find out why it has not been called, you can call the license code in your Page_Load. Calling the license code multiple times is OK and does not introduce significant performance penalty.

Thanks!
dqdev
Posted: Friday, May 5, 2017 2:52:23 AM
Rank: Newbie
Groups: Member

Joined: 5/23/2016
Posts: 2
You were right.

The precompiledApp.config file was missing from the production server for some reason.

Thanks for pointing in the right direction :)
eo_support
Posted: Friday, May 5, 2017 7:33:30 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
You are welcome. Glad to hear that you found the problem!


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.