Base solution for your next web application
Open Closed

RAD Tool issue (Version 2.0.2). Need urgent fix. #7302


User avatar
0
Mazharmig created

Hi, I have upgraded my project to V7.0 and RAD tool to V2.0.2. After regenerating my entities from RAD tool asc,desc a column in index page gives an error. Please fix it on urgent basis. In the below example input.Sorting is equal to "product.name asc".


16 Answer(s)
  • User Avatar
    0
    Mazharmig created

    This is the working code that was generated by older version of RAD tool.

  • User Avatar
    0
    Mazharmig created

    I hope u got the problem. I have already spent a lot of time while shifting project from v6.x to v7, now i need the power of RAD tool for regenerating my default views. Please i need urgent fix. Thanks

  • User Avatar
    0
    Mazharmig created

    Any update?

  • User Avatar
    0
    yekalkan created

    Ok, i see the issue. This will be fixed tomorrow morning.

  • User Avatar
    0
    Mazharmig created

    Thank you very much. Anxiously waiting...

  • User Avatar
    0
    rnguyen created

    Where can I download the latest RAD Tool?

  • User Avatar
    0
    yekalkan created

    you can download from here: https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerTools

    Or if your Asp.Net Zero project version is below v7.0.0 (metronic 5 changes), you can download from here: https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerToolsMetronic5

  • User Avatar
    0
    Mazharmig created

    @yekalkan Any update?

  • User Avatar
    0
    yekalkan created

    @Mazharmig is your project jquery or angular?

  • User Avatar
    0
    Mazharmig created

    jquery MVC Core

  • User Avatar
    0
    Mazharmig created

    One more issue: EntityDto don't have all the properties that are present in Entity and this point generates error in EntityAppService GetAll method.

  • User Avatar
    0
    yekalkan created

    We've released a new version. You can upgrade the tool.

    However, you also need to apply this commit to your project: https://github.com/aspnetzero/aspnet-zero-core/commit/097461f7249e772c20a9ab5306a4c59b14c9ec90

    EntityDto don't have all the properties that are present in Entity and this point generates error in EntityAppService GetAll method.

    Fixed it as well.

  • User Avatar
    0
    Mazharmig created

    Same issue

  • User Avatar
    0
    Mazharmig created

    Rad Tool Version 2.0.2.1

  • User Avatar
    0
    Mazharmig created

    Minified index.js files that are generated by Rad tool don't have 'name' attribute.

  • User Avatar
    0
    yekalkan created

    Navigate to root directory of *.Web.Mvc project and run npm run create-bundles command. It will refresh the minified js file.