type is not resolved for member
I am new to LinqPad and have run into an issue during setup.
I am attempting to add a new connection to my team's project and after filling out the required fields on the "Entity Framework (ObjectContext) Custom Assembly Connection" screen, I click "test" and get the following message:
"The database connection is valid, but the following exception was thrown when trying to instantiate the custom ObjectContext: Type is not resolved for member 'System.Data.Entity.Core.MetadataException,EnitityFramwork,Version...'"
The resulting connection appears with a red X and is unusable.
Any thoughts on what might be causing this?
Thanks!
SK
Comments
turns out I was missing a dll that existed in other solutions but not the one I was looking at.