Hello
My environment is:
Sharepoint 2013, Visual Studio 2012, Oracle 11g, ODP.NET.
I am trying to use entity framework in my visual webpart. When I open a simple web project and connect to my database everything works fine. I can make queries and get the result.
I can get results as I expected with sharepoint 2013 and mssql connection. To do this I added some connection strings in sharepoint's web file. When I change the provider to oracle I can not configure it well. So I get an error like Could not find or load provider.
Thank you for the answers.