c# - MVC4 EF5 My Context won't show up when I'm creating a controller -


my context shows when entity framework 6.1.3 installed since scaffolding isn't supported in entity framework 6 had downgrade version 5.0.0. when try create new controller context isn't listed in drop down list in data context class:

is sort of bug ? image here

what's more surprising works on copied version of same solution.

i fixed rebuilding solution, reinstalling entity framework 5.0.0 manually type in context data context list when adding controller.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -