Entity Framework exception: Invalid object name 'Navigation'
I have an Entity Object called Navigation stored in a Database called Navigations. When I save the Entity calling
context.SaveChanges();
I get the error
Invalid object name 'Navigation'.
I have removed the model and added it bac开发者_开发知识库k in but with no change. Does anyone have any ideas?
I found the problem in a trigger that was referencing the table in a singular 'Navigation'.
精彩评论