Page 1 of 1

Newbie Question: What Dll should be copied?

Posted: Mon 29 Oct 2012 19:01
by meysam.savameri
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.

Re: Newbie Question: What Dll should be copied?

Posted: Wed 31 Oct 2012 09:17
by Shalex
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?

Re: Newbie Question: What Dll should be copied?

Posted: Wed 31 Oct 2012 20:23
by meysam.savameri
thank you
but another error:license file not found.
where is license file?

Re: Newbie Question: What Dll should be copied?

Posted: Thu 01 Nov 2012 13:53
by Shalex
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.