I'm getting this error when I try to compile my webapplication.
I have only an *.edmx named BancorlineDB.edmx that has a "Entity Container Name" setted to "BancorLineEntidades".
I'm getting this error when I try to compile my webapplication.
I have only an *.edmx named BancorlineDB.edmx that has a "Entity Container Name" setted to "BancorLineEntidades".
Sounds like there is either a problem with your configuration or that one of the entity framework files is corrupt.
Fastest way to fix it is probably to delete the model, make sure all references to it in the configuration files are deleted, then regenerate the model from the database.