.net - What is the default location of edmx file VS 2013 -


i generated models using entity framework 6, visual studio 2013, mvc 5. have since changed of fields in database , update models. i'm trying follow instructions here, realize .net 4, not able find different 4.5.

the real problem unable locate .edmx file, after searching solution. if try add new ado.net item named default('model1') wizard states there file name.

where should looking .edmx file? or on entirely wrong path finding model update wizard?

the .edmx file hidden default. clicking 'show files' icon has made accessible.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -