Base solution for your next web application
Open Closed

RAD Tool build failing #5776


User avatar
0
mohamedaarif created

While clicking the Generate button, in the command promt add-migration and update-database is failing. Please refer the attachment.


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

    @mohamedaarif

    You shouldn't use the same value for namespace and the entity name. You will get the same error when you write this code.

    So, if you change the value of namespace or the entity name, it will build.