-1
I’m having this problem trying to create the Entity Framework:
Unable to generate the model because of the following Exception: System.Argumentexception: The argument 'name' cannot be null, Empty or contain only white space. at System.Data.Entity.Utilities.Check.Notempty(String value, String parameter)
The error occurs when trying to perform this action, the problem is only in this table, when generating the database without it, everything happens normal.
Pedro, post the part that you are receiving this error, only with the description of the error it is difficult to understand what is actually happening.
– Marco Souza
Good Afternoon,then I discovered that this error is occurring because of a table in my database, I managed the database without this table and there was no error, but I still need this table to continue, I tried to do the manual mapping and I am not able to update
– Pedro Vinicius
Your table has PK, is composed ? that’s what usually generates this error.
– Marco Souza