asp.net mvc 3 - Strange Database table must end on a s -
i working vs2010 entity framework 4.1 installed nuget installers use codefirst on existing database. (dutch database) if use in models derived :dbcontext
public dbset<klant> klant { get; set; }
the error : invalid object name 'dbo.klants'
i don't have table "klants" "klant" if change table name ends on "s" no problem, can't change this. it's used other programs well.
does else has problem??
what can do???:?
cheers
check .edmx
not have pluralize names
set true
in properties.
i got headaches too.
Comments
Post a Comment