Base solution for your next web application
Open Closed

RAD Tools issue #9191


User avatar
0
Hellonote created

Hi, Getting issues while creating entity from RAD Tool..

We are trying to generate entities using RAD Tool in latest version of ASPNetZero Template. Encountering two issues with this:

  1. Some error while running add-migration. We need to manually run the command to add and update database migration.
  2. One property missing in the angular component. We again need to add that property manually to resolve the error.


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

    I did install .NET Core SDK & dotnet-ef... Microsoft.EntityFrameworkCore.Design i assume is already on project solution?

  • User Avatar
    0
    robert created
    Support Team

    Hi,

    Please check if the PATH environment variable on your machine contains the path where you installed the global tool and that the executable is in that path. If it's not Present then add "C:\Users%USERPROFILE%.dotnet\tools" in the PATH environment variable.

    Also Please Make Sure that All the Dependencies are resolved under the Project "PROJECT_NAME.EntityFrameworkCore"

    For Property Not Listing in UI , please look at the image below if its checked.

  • User Avatar
    0
    Hellonote created

    Thanks, issue resolved.