Upgrade to version 14 Active Reports

Posted by: ricgom731 on 13 April 2020, 2:03 am EST

  • Posted 13 April 2020, 2:03 am EST

    Good day.

    I just downloaded and activated my Active Reports 14 license and want to update my Visual Studio 2017 project, but I have the following problem.

    The version I am currently working with is 11 SP1 and I want to upgrade directly to 14. Is this possible?

    When I upgraded from version 10 to 11, I changed the version of the references in the whole project, for example.

    <add verb = “" path = ". ar11Web” type = "GrapeCity.ActiveReports.Web.Handlers.WebCacheAccessHandler, GrapeCity.ActiveReports.Web.v11, Version = 10.x.xxx.x, Culture = neutral, PublicKeyToken = cc4967777c49a3ff “name =” AR11_WebCacheAccessHandler “resourceType =” Unspecified “preCondition =” IntegratedMode "/>

    by

    By







    By

    <add verb = “" path = ". ar11Web” type = “GrapeCity.ActiveReports.Web.Handlers.WebCacheAccessHandler, GrapeCity.ActiveReports.Web.v11, Version = 11.1.9726.0, Culture = neutral, PublicKeyToken = cc4967777c49a3ff” / >

    Also, I changed the DLLS in my project references from version 10 to 11.

    But in version 14 I just installed I don’t see the same DLLS that I currently have from version 11. Two examples.

    GrapeCity.ActiveReports.v11.dll (if I search for GrapeCity.ActiveReports.v14.dll in “C: \ Program Files (x86) \ GrapeCity \ ActiveReports 14 \ Tools” does not exist)

    GrapeCity.ActiveReports.Viewer.Win.v11.dll (if I search for GrapeCity.ActiveReports.Viewer.Win.v141.dll it doesn’t exist).

    What is the correct way to upgrade from version 11 to 14?

    Why don’t all the DLLS I have in version 14 exist in version 11?

    Thank you.

  • Posted 14 April 2020, 12:30 am EST

    Hello,

    Because there are many changes between AR11 to AR14 due to .Net core support. Also, a new WebViewer is introduced in AR14. You can convert your project using the “Convert to ActiveReports14” tool. Also, you can refer to the following pages for more information:

    https://www.grapecity.com/activereports/docs/v14/online/breaking-changes.html

    https://www.grapecity.com/activereports/docs/v14/online/migrating-from-previous-version.html

    https://www.grapecity.com/activereports/docs/v14/online/activereports-and-the-web.html

    Hope it helps.

    Thanks,

    Mohit

  • Posted 15 April 2020, 1:19 am EST - Updated 30 September 2022, 8:14 am EST

    Thank you

    I used the “Convert to ActiveReports14” tool, but I have a lot of errors in the application.

    For example …

    With the TextAlignment statement

    GrapeCity.ActiveReports.Document.Section.TextAlignment.Left;

    AND

    Also with FontStyle

    Attached screenshots.

  • Posted 15 April 2020, 4:22 am EST

    Hello,

    Please use the following namespace for all alignment properties

    GrapeCity.ActiveReports.Drawing

    instead of

    GrapeCity.ActiveReports.Document.Section

    For Font issue,

    Please use the Enum with the full namespace.

    Thanks,

    Mohit

  • Posted 18 April 2020, 12:35 am EST

    2 doubts …

    I cannot add the Web Viewer control to the toolbar. Apparently it is because I don’t have GrapeCity.ActiveReports.Web.dll,. I did what this link says (Nuget Package), but I still don’t have GrapeCity.ActiveReports.Web.dll in the C: \ Program Files (x86) \ GrapeCity \ ActiveReports 14 \ Tool. Please help adding WebViewer in a .aspx page

    I can’t see the design view of my reports that already exist. And if I add a new report already with AR 14 I can’t see the design view either. What is missing in the project to add?

  • Posted 20 April 2020, 1:08 am EST

    Hello,

    Could you please install the latest version of the AR:

    http://cdn.grapecity.com/ActiveReports/AR14/Hotfixes/ActiveReports-v14.0.19765.msi

    After that, please use the “To use the WebViewer control” topic in the following link:

    https://www.grapecity.com/activereports/docs/v14/online/getting-started-with-the-webviewer.html

    2

    Could you please check with the latest build

    Thanks,

    Mohit

  • Posted 20 April 2020, 3:21 am EST

    I already installed version v14.0.19765. and also install the NugGEt packages. But it keeps showing me this error. I already looked for this dll on the mat “C: \ Program Files (x86) \ GrapeCity \ ActiveReports 14 \ Tools” but I can’t find that DLL. Please help

  • Posted 20 April 2020, 3:23 am EST - Updated 30 September 2022, 8:14 am EST

  • Posted 20 April 2020, 10:45 pm EST

    Hello,

    In AR14, there is no dll present in installer. You need to add the dll through Nuget packages only. You can refer to the following link:

    https://www.grapecity.com/activereports/docs/v14/online/install-activereports.html

    Could you please share the sample with me so that I can look into the issue.

    Thanks,

    Mohit

  • Posted 21 April 2020, 1:19 am EST - Updated 30 September 2022, 8:14 am EST

    Thank you.

    I’ve already installed all the GrapeCity packages I found in NuGet, but that DLL didn’t install it for me.

    Also in the link that tells me, it mentions that GrapeCity.ActiveReports.Web.dll is in C: \ Program Files \ Grapecity \ ActiveReports 14 \ Tools (C: \ Program Files (x86) \ GrapeCity \ ActiveReports 14 \ Tools on a 64 -bit Windows operating system).

    Could you attach an image similar to the one that I am going to attach, where it is shown how to find that dll in NuGet packages?

    Unfortunately they do not allow me to share the project.

    Please help.

  • Posted 21 April 2020, 7:24 pm EST - Updated 30 September 2022, 8:14 am EST

    Hello,

    Sorry for the confusion. It is a mistake in the documentation. In Tools folder, only those dll are existed which are essential to run the grapecity tool present in tool folder.

    As I said earlier, now dlls are not present in the installer. You need to install it from the NuGet.

    Could you please install the “Grapecity.ActiveReports.Web”. Please refer to the attached image.

    Please check the toolbox after adding the NuGet packages in your application.

    Thanks,

    Mohit

  • Posted 22 April 2020, 5:30 am EST - Updated 30 September 2022, 8:14 am EST

    I’m still in trouble, help please.

    1. Although I already installed the package GrapeCity.ActiveReports.Web and GrapeCity.ActiveReports.Web.WebViewer…

    but in my .aspx the WebViewer does not recognize me and also in the Toolbar I don’t see the section “ActiveReports14” I keep looking " Active reports 11 ". (Attached image)…

    Error:

    name “WebViewer1” does not exist in current context

    }

    1. In a report I use the following code …

    Public ActionResult xyz (a, b)



    ((Page report) (report)). Document.LocateDataSource + = Document_LocateDataSource;




    void Document_LocateDataSource (object sender, LocateDataSourceEventArgs arcs)

    {

    // This method assigns the data source to the report.

    try

    {

    args.Data = LstDaxxx;

    }

    catch (exception error)

    {

    if (args.Report! = null)

    {

    args.Report.PageReport.Document.Dispose ();

    args.Report.Dispose ();

    }

    throw a new exception (“Application error”, err);

    }

    }

    It shows me the error that I attach in the other attached image.

    Please help

    }

  • Posted 23 April 2020, 1:12 am EST

    Hello,

    Are you available for a remote session? If yes, could you please share the available timing and timezone so that I can share it with the concerned team.

    Thanks,

    Mohit

  • Posted 23 April 2020, 7:54 am EST

    Hello,

    Are you available for a call? If so, can you reach out to our support team at the below email?

    customerengagement@grapecity.com

    Thanks,

    Evan

  • Posted 24 April 2020, 12:07 am EST

    Is it possible in Spanish or only in English? To verify the possibility

  • Posted 27 April 2020, 5:31 am EST - Updated 30 September 2022, 8:14 am EST

    While we’re doing the remote assistance thing, could I possibly tell what the DLL containing the “WebViewer” version 14 control is? I can’t find the DLL that contains controls for version 14.

    and

    Could you share an example of a web application with WebViewer? please

  • Posted 27 April 2020, 6:55 pm EST

    Hello,

    You can download the sample from the following link:

    https://github.com/activereports/WebSamples14/tree/master/JsViewerSamples/WebViewerPro_ASP.NET_C%23

    Please make sure that your application FW should be greater than or equal to 4.6.2.

    Also, I have sent your request to the concern team for remote session.

    Thanks,

    Mohit

  • Posted 4 May 2020, 3:08 am EST

    Hello,

    I created a support ticket for you here (https://supportone.componentone.com/home/casedetail/434057) so that I can assist you with the issues you are having.

    Thanks,

    Evan

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels