Page 1 of 1

Deploying WCF service to server that doesn't have dotConnect

Posted: Mon 11 Oct 2010 10:13
by chivas
Hello,

Can someone explain me how to put licence to deployed wcf service that uses devart for oracle dll.

Thanks in advance

Posted: Tue 12 Oct 2010 13:23
by StanislavK
Most probably, the problem is that you are not deploying some Devart assemblies with the service. The assemblies you need depend on the dotConnect for Oracle functionality you are using in your WCF service. For example, if you are using the Entity Framework support, you will need Devart.Data.Oracle.Entity.dll. In this case, please also check that you are deploying the version designed for the same .NET Framework version as the one that is target framework for your application.

For the detailed information on this, please refer to
http://www.devart.com/dotconnect/oracle ... yment.html

As for the license information, it should be added into WCF services in the same way as into non-precompiled web sites. For the details, please see the second paragraph of
http://www.devart.com/dotconnect/oracle ... g.html#asp

Please tell us if this helps.