Error creating entity framework

-1

IhavethisproblemwhentryingtocreatetheEntityFramework:

  

Unabletogeneratethemodelbecauseofthefollowingexception:  'System.ArgumentException:Theargument'name'cannotbenull,empty  orcontainonlywhitespace.at  System.Data.Entity.Utilities.Check.NotEmpty(Stringvalue,String  parameterName)

The error occurs when trying to execute this action, the problem is only in this table, when generating the bank without it, everything happens normal.

    
asked by anonymous 17.11.2016 / 04:34

1 answer

0

Hello,

Without the creation script of your table and the information error by Exception, there is some field in your table with white space in the name.

    
23.11.2016 / 20:15