oracle - How to add Devarts dotConnect provider to Entity Framework? -


i'm trying follow devarts tutorial of entity framework: http://www.devart.com/dotconnect/oracle/articles/tutorial_ef.html

but when try create connection of entity data model, cant find dotconnect provider.

i add text in .config file

<provider invariantname="devart.data.oracle"            type="devart.data.oracle.entity.oracleentityproviderservices, devart.data.oracle.entity, version=8.4.389.0, culture=neutral, publickeytoken=09af7300eec23701" /> 
  • visual studio version: 2013
  • devart.data.oracle.entity version: 8.4.389.0
  • entity framework: 6.0

this versions, using express version not supports entity framework. need professional or developer version if want use entity framework:
http://www.devart.com/dotconnect/oracle/editions.html


here can find more information provider registration:
http://blog.devart.com/entity-framework-6-support-for-oracle-mysql-postgresql-sqlite-and-salesforce.html#providerregistration


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -