Problems Deploying EF to a server

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
saunderl
Posts: 4
Joined: Fri 05 Aug 2011 18:28

Problems Deploying EF to a server

Post by saunderl » Thu 01 Dec 2011 15:25

I followed the simple tutorial @ http://www.devart.com/dotconnect/oracle ... al_EF.html
(Which works perfectly, btw) and now I need to deploy it to a server.

The problem I am having is that in step 4, I chose a "Data Connection" to my database. Everything works fine, but when I published the EF project, there was no reference to the DevArt dlls in the project. So, none were moved to the server.

And, of course this is producing a 'Unable to find the requested .Net Framework Data Provider. It may not be installed.'.

I am used to ASP.Net applications that reference the needed Data dlls. What do I need to do to get my EF Odata service running?

saunderl
Posts: 4
Joined: Fri 05 Aug 2011 18:28

Nevermind ...

Post by saunderl » Thu 01 Dec 2011 16:47


Post Reply