EntityFramework 6 and Metadata
I'm trying to use my EF6 project with Linqpad, but when I test my connection, I get an error :
"Type is not resolved for member 'System.Data.Entity.Core.MetadatException'"
I've searched online and found only a handful of similar issues. I've tried adding dlls to my assembly folder, modifying the namespace in my connection string, and rebuilding my project. Nothing has worked. What am I missing?
"Type is not resolved for member 'System.Data.Entity.Core.MetadatException'"
I've searched online and found only a handful of similar issues. I've tried adding dlls to my assembly folder, modifying the namespace in my connection string, and rebuilding my project. Nothing has worked. What am I missing?
Comments
Would it be possible to get some sort of connection error stack trace for this sort of thing? It'd make troubleshooting so much easier.
https://www.linqpad.net/Download.aspx#beta
It now reports nested inner exceptions and serializes the payload before transitioning application domains, so you don't lose anything. There's no stack trace, though - let me know if you still think this is important.