"Unable to load the specified metadata resource"
I overcame this issue by changing my connection string to point to the dll where my Entity framework "chinook.edmx" file was located. In my case, I placed my edmx file in a project called "Models". In your website, you will need to change the metadata portion of your connectionstring to:
metadata=res://Models/chinook.csdl|res://Models/chinook.ssdl|res://Models/chinook.msl;
Hope this works for you.
0 comments:
Post a Comment