i am facing a strange issue, i have a code, which was working before few months ago, after that i stopped working on it and then i reinstall my window. after that when i tried to run the code by restoring the DB on my local server. it through me following error:
No mapping specified for the following EntitySet/AssociationSet - Entity1?
i fixed this issue by following the below: This
Now the project build successfully but now its saying table names are not able to find in context. it changed the name by itself and code has some other names like for one table named "employees" it becomes "employee".
I am not able to get why i am facing this issue, and this code was working perfectly.
any have any idea, what could be the reason.