Deploying WCF service to server that doesn't have dotConnect

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
chivas
Posts: 2
Joined: Mon 11 Oct 2010 09:02

Deploying WCF service to server that doesn't have dotConnect

Post by chivas » Mon 11 Oct 2010 10:13

Hello,

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

Thanks in advance

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Tue 12 Oct 2010 13:23

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.

Post Reply