Base solution for your next web application
Open Closed

Asp. Net Zero Power Tool Entity Generate Issue #10904


User avatar
0
devtaritas created

Prerequisites

  • What is your product version - v11
  • What is your product type -Angular
  • What is product framework type -.net core

I have downloaded asp.net zero power to and tried to gnerate an entity with some properties but after click on Generate button simple console log should oper to show statetics like success or failure it's not appering for me and Ui not updating iwth new entity. In git changes having many files and entity.json files.

Please help for above issue.


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

    Hi,

    Could you check if you have the requirements specified here https://docs.aspnetzero.com/en/common/latest/Rapid-Application-Development#pre-requirements.

    I assume you don't have .NET Core 2.2 Runtime.

  • User Avatar
    0
    devtaritas created

    Generated an entity on console also it's created and when I running project web.Host it's fine but angular side console printing errors Attached angular console error logs

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @devtaritas

    Could you run angular/nswag/refresh.bat when the Host app is up and running and restart the Angular app after doing this ?

    Thanks,