Base solution for your next web application
Open Closed

Upgrade From Version 11.4 to 13.2 #12077


User avatar
0
WirelessDynamics created

hello , We are upgrading our project from version 11.4.0 to version 13.2.0 but after resolving all the merge conflicts we are facing multiple errors regarding the Excel export functionality for all the user created entities which was using this library to generate the excel files using WDx_Asset_Tracking.DataExporting.Excel.NPOI; now all exporting methods use using WDx_Asset_Tracking.DataExporting.Excel.MiniExcel; is there a way to update the export excel function automatically after the upgrade inside the power tool because it would take a lot of effort and time to do this to all the user created entities in the app.


6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @WirelessDynamics

    If you regenerate the same entity, this class must be generated using MiniExcel. Just double check the project version in AspNetZeroRadTool/config.json file.

  • User Avatar
    0
    WirelessDynamics created

    We can't just regenerate old entity as it has many modifications and deviatiation from the power tool generated one.

    We need to keep the old as is

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    In that case, no other option comes to my mind. You can manually modify these classes.

  • User Avatar
    0
    WirelessDynamics created

    we tried to regenerate entity using power tool as you suggested but we are getting another error, the power tool does not regenerate the methods correctly it can not reach the property names and put them in the generated or modified files, please advise

  • User Avatar
    0
    WirelessDynamics created

    we noticed that the above behaviour happened in case of Entity with Dynamics property, any solution here?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @WirelessDynamics

    Could you share a sample JSON file for one of the problematic entities ? You can find it under AspNetZeroRadTool folder.