sql server - Invalid Column Name Exception on Entity Framework -


while using entity framework , creating unit tests on tables, peculiar error has occurred on 1 of them. while adding entry table "users", error there invalid column name "setup_pk". here's thing, field not specified anywhere in code. searched entire solution , field not mentioned anywhere. accessed database , field not there on table "users". i've made few unit tests other tables, 1 1 have given me sort of error on field cannot seem find anywhere. i'd know if there someway can fix or if there else need check.

regards

thank all, figured out. database configuration file pointing older version of database.


Comments

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -