| |
|

ActiveReports 6 Support
Started by Ghistos at 12-02-2009 1:40 PM. Topic has 21 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
12-02-2009, 1:40 PM
|
Ghistos
Joined on 12-06-2007
Posts 43
|
This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
Hi,
I just upgrade from AR3 to 6. After changing all my reference in my web application everything worked well on my dev PC then I tried to put my web App in the dev server and now I see this flag.
his document was created using an EVALUATION version of ActiveReports. Only a licensed user may legally create
reports for use in production. Please report infractions or address questions to sales@grapecity.us.com. Copyright ©
2002-2009 GrapeCity, inc. All rights reserve
I was thinking that all I have to do is nothing on the server side?
|
|
|
|
|
Report
|
|
|
|
12-03-2009, 4:58 AM
|
AashishB
Joined on 12-11-2008
Posts 818
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
Ghistos,
In case evaluation banner appears only after deployment then please see the steps below:
A) Open the existing WebApplication project in Visual Studio.
B) Look for Licenses.licx file. Licenses.licx file should reside within the main project itself and
not inside the other projects which exists in the solution. The
licenses.licx file should contain the following entry:
DataDynamics.ActiveReports.ActiveReport, ActiveReports6, Version=6.0.2019.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
Note:
1) In the above entry, change the build version of Active Reports to the one which is installed on your machine.
2) If your project uses PDF Export filter, add line (a) to licenses.licx file.
3) If your project uses WebViewer, add line (b) also to licenses.licx file.
a) DataDynamics.ActiveReports.Export.Pdf.PdfExport,
ActiveReports.PdfExport, Version=6.0.2019.0, Culture=neutral,
PublicKeyToken=cc4967777c49a3ff
b) DataDynamics.ActiveReports.Web.WebViewer, ActiveReports.Web,
Version=6.0.2019.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
If the above does not solve this issue, please let us know more about the environment and the deployment process you take.
Regards,
Aashish
|
|
|
|
|
Report
|
|
|
|
12-03-2009, 8:18 AM
|
Ghistos
Joined on 12-06-2007
Posts 43
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
|
|
|
12-08-2009, 3:37 AM
|
cerberis
Joined on 02-04-2005
Lithuania
Posts 144
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
Hello,
I have similar problem. After deployment printing and preview works like expected: printing produces pages without license message.
But if I make pdf export - Im getting evaluation message in exported documents.
Entry with PDFExport in license class is pressent:
DataDynamics.ActiveReports.Export.Pdf.PdfExport, ActiveReports.PdfExport, Version=6.0.2319.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
We are using interim build. We cannot downgrade :)
Licensing was performed using offline mode and hotfix version of AR (2019).
so any ideas?
|
|
|
|
|
Report
|
|
|
|
12-08-2009, 4:09 AM
|
cerberis
Joined on 02-04-2005
Lithuania
Posts 144
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
The same problem with tiff...
And If I try to export from report viewer, viewer document also gets evaluation banner...
regards
Mantas
|
|
|
|
|
Report
|
|
|
|
12-08-2009, 4:28 AM
|
Amit Pal
Joined on 12-11-2008
Posts 864

|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
Cerberis,
Are you sure that you are using the build 6.0.2319.0.
If not then can you change the entry in the licenses.licx to point to the correct version.
If it’s a website project then please make sure that you are deploying the App_Licenses.dll from your development machine project to the deployment server.
To create this DLL, you may follow underline steps:
(1) Open the project on your development machine.
(2) Right click on Licenses.licx file and then Select ‘Build Runtime Licenses’.
(3) App_Licenses.dll will be created in the bin folder.
Deploy this DLL to the deployment server and see if it makes any change.
Amit Pal GrapeCity- DataDynamics
|
|
|
|
|
Report
|
|
|
|
12-08-2009, 4:52 AM
|
cerberis
Joined on 02-04-2005
Lithuania
Posts 144
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
Yes, Im sure, its 6.0.2139.0.
There is no other versions arround, nor in assembly cache, nor in deployed folder.
Export is performed in more than one place, windows service, client, webservice.
Can be any.. In all behavior is the same.
licence.licx is embeded in the assembly which performs document creation and pdf/tiff export.
|
|
|
|
|
Report
|
|
|
|
12-08-2009, 5:03 AM
|
cerberis
Joined on 02-04-2005
Lithuania
Posts 144
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
Sorry, I mixed here in post version number. Anyway, in license file its correct.
For me it is not clear, what difference? Do the assemblies use different licensing model?
|
|
|
|
|
Report
|
|
|
|
12-09-2009, 2:20 AM
|
Amit Pal
Joined on 12-11-2008
Posts 864

|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
As far as I have understood you have an assembly which performs export and then this assembly is used in more than one place.
In cases such as these, the calling application or the main entry point of the application should have the licenses.licx file.
However, we do have a way (ApplicationLicenseGenerator) through which we can handle this.
I have sent you an email in this regard. Please check your mail and then respond accordingly.
Amit Pal GrapeCity- DataDynamics
|
|
|
|
|
Report
|
|
|
|
12-09-2009, 6:26 AM
|
cerberis
Joined on 02-04-2005
Lithuania
Posts 144
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
Thank you for your hint.. Looks like I missed the part, where its written that license file should be in the application entry point.
But its not the case for webservice, thats way generating there worked, but for client and windows service not.
thank you
Mantas
|
|
|
|
|
Report
|
|
|
|
12-10-2009, 3:18 AM
|
Amit Pal
Joined on 12-11-2008
Posts 864

|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
Does this mean that the issue has been resolved or do you need further assistance?
Amit Pal GrapeCity- DataDynamics
|
|
|
|
|
Report
|
|
|
|
12-10-2009, 3:23 AM
|
cerberis
Joined on 02-04-2005
Lithuania
Posts 144
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
Yes, its resolved. Thank you very much.
Mantas
|
|
|
|
|
Report
|
|
|
|
03-05-2010, 10:16 AM
|
ecallanta
Joined on 03-06-2010
Posts 1
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
I have the same problem but I have version 6.0.2250.0. I used this version in my licenses.licx. I'm still getting the 'EVALUATION' red banner at the bottom. Also, we're using VS 2010. When I right click on the licenses.licx , I don't get the menu item 'Build Runtime.Licenses'
|
|
|
|
|
Report
|
|
|
|
03-08-2010, 11:27 AM
|
SankalpS
Joined on 12-11-2008
Posts 2,587

|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
ecallanta,
Could you kindly check the eleventh post at this forum thread as it would help you in understanding how the "Build Runtime Licenses" option work? The "Build Runtime Licenses" is only available for website projects and not for web applications. In addition to this you may want to check this link which provides more information on different licensing and deployment scenarios.
Regards, Sankalp
Sankalp Sen GrapeCity- DataDynamics
|
|
|
|
|
Report
|
|
|
|
07-23-2010, 12:58 PM
|
namielus
Joined on 10-10-2006
Posts 8
|
Re: This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|
I just upgraded to version 6.1.2814.0. I have follwed all the steps on the forum for now couple of days and i finally give up. pdf works well on my development box but once you deploy. the pdf shows the red evaluation mark. licence.licx has entry DataDynamics.ActiveReports.ActiveReport, ActiveReports6, Version=6.1.2814.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
DataDynamics.ActiveReports.Export.Pdf.PdfExport, ActiveReports.PdfExport, Version=6.1.2814.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff. HELP.
|
|
|
|
|
Report
|
|
|
|
|
|
Page 1 of 2 (22 items)
|
1 2 > |
|
|
|
GrapeCity » Product Support » ActiveReports 6... » This document was created using an EVALUATION version of ActiveReports.
|
|
|
|
|