Newbie Question: What Dll should be copied?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
meysam.savameri
Posts: 6
Joined: Sat 22 Sep 2012 12:45

Newbie Question: What Dll should be copied?

Post by meysam.savameri » Mon 29 Oct 2012 19:01

i have entity model from oracle with devart.
this is my connection string store in app.conf

Code: Select all

<connectionStrings>
    <add name="STOREEntitiesConnectionString" connectionString="metadata=res://*/DataModel1.csdl|res://*/DataModel1.ssdl|res://*/DataModel1.msl;provider=Devart.Data.Oracle;provider connection string="User Id=store;Password=secinvbas;Server=172.20.128.33;Direct=True;Sid=orcl;Persist Security Info=True""
      providerName="System.Data.EntityClient" />
  </connectionStrings>
i copied "Devart.Data
Devart.Data.Linq
Devart.Data.Oracle
Devart.Data.Oracle.Entity
Devart.Data.Oracle.Linq"
with application on client but when i run appliction getting this error:
"the specified store privider cannot be found in the configration, or is not valid"
What Dll(devart refrence) should be copied?
sorry for my bad english.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Newbie Question: What Dll should be copied?

Post by Shalex » Wed 31 Oct 2012 09:17

Have you registered a configuration information in the DbProviderFactories section of the *.config file to inform your environment about the existence of the provider factory in the deployment environment as it is shown at http://www.devart.com/dotconnect/oracle ... yment.html?

meysam.savameri
Posts: 6
Joined: Sat 22 Sep 2012 12:45

Re: Newbie Question: What Dll should be copied?

Post by meysam.savameri » Wed 31 Oct 2012 20:23

thank you
but another error:license file not found.
where is license file?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Newbie Question: What Dll should be copied?

Post by Shalex » Thu 01 Nov 2012 13:53

Make sure that your project contains the license resource as it is described in the Licensing article: http://www.devart.com/dotconnect/oracle ... nsing.html. dotConnect for Oracle includes License Wizard that helps you configure license information. The wizard analyzes the current project, informs you about problems found, and performs some actions needed to fix the problems.

Post Reply