Entity Framework + Oracle: Unable to find the requested .Net Framework Data Provider. It may not be
I created an VS2012 EF project pointing to Oracle using ODP.NET. I wanted to do some prototype query work in LINQPAD using my generated entities (generate model from database).
Although everything works fine in VS, when I try to add the connection to LINQPAD, and hit [test]
after selecting my entity assembly and type, and pointing to the config, I get:
"Error: The specified store provider cannot be found in the configuration, or is not valid.
Unable to find the requested .Net Framework Data Provider. It may not be installed."
Help???
Although everything works fine in VS, when I try to add the connection to LINQPAD, and hit [test]
after selecting my entity assembly and type, and pointing to the config, I get:
"Error: The specified store provider cannot be found in the configuration, or is not valid.
Unable to find the requested .Net Framework Data Provider. It may not be installed."
Help???
Comments